diff options
Diffstat (limited to 'gn/deploy/machines/myserver.scm')
-rw-r--r-- | gn/deploy/machines/myserver.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/deploy/machines/myserver.scm b/gn/deploy/machines/myserver.scm index 11ffcd1..9a8bedf 100644 --- a/gn/deploy/machines/myserver.scm +++ b/gn/deploy/machines/myserver.scm @@ -51,7 +51,7 @@ ;; Add services to the baseline: a DHCP client and ;; an SSH server with nginx - (services (append (list (service dhcp-client-service-type) + (services (append (list (service dhcp-service-type) (service openssh-service-type (openssh-configuration ; (authorized-keys |