summaryrefslogtreecommitdiff
path: root/systems/installer.scm
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-12 15:20:14 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-12 15:20:14 -0500
commita88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88 (patch)
tree562cdbc75a89ac4bbcbfad7d097d08b86054f2c2 /systems/installer.scm
parentupdate commits (diff)
downloaddotfiles-guix-a88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88.tar.gz
dotfiles-guix-a88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88.tar.bz2
dotfiles-guix-a88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88.zip
build-installer script
Diffstat (limited to 'systems/installer.scm')
-rw-r--r--systems/installer.scm3
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")))))