On Thu, Aug 27, 2026 at 10:59:53AM +0200, Stefan Baums wrote: > Dear all, > > I am trying to configure a minimal server with DHCP and OpenSSH, > but "guix system build" fails with the following error message: > > guix system: error: service 'ssh-daemon' requires 'networking', > which is not provided by any service > > My configuration is below, and after rereading the manual and > poring over other people’s sample configurations, I still have no > idea what is missing. Can anybody help?
The dhcpd-service-type you use only provides a DHCP server i.e. provides network configuration to other machines. Try using dhcpcd-service-type (note the additional c) or static-networking-service-type to configure networking on that system. - Saku
signature.asc
Description: PGP signature
