diff options
Diffstat (limited to '')
-rw-r--r-- | systems/installer.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/systems/installer.scm b/systems/installer.scm index 6d072fa..c868119 100644 --- a/systems/installer.scm +++ b/systems/installer.scm @@ -15,8 +15,7 @@ ;; Explicitly allow for empty passwords. (base-pam-services #:allow-empty-passwords? #t)) (services (cons* (cow-store-service) - (operating-system-services - %base-freya-operating-system))) + %base-freya-services)) (bootloader (bootloader-configuration (bootloader grub-bootloader) (targets '("/dev/sda"))))) |