From a88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 12 Dec 2024 15:20:14 -0500 Subject: build-installer script --- systems/installer.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'systems/installer.scm') 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"))))) -- cgit v1.2.3-freya