diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 6a63845..19d4c1d 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -224,8 +224,8 @@ (services (append (list - (service dhcp-client-service-type) (service ntp-service-type) + (service dhcp-client-service-type) (service openssh-service-type (openssh-configuration (openssh openssh-sans-x) |