diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-12-12 15:20:14 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-12-12 15:20:14 -0500 |
| commit | a88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88 (patch) | |
| tree | 562cdbc75a89ac4bbcbfad7d097d08b86054f2c2 /systems | |
| parent | update commits (diff) | |
| download | dotfiles-guix-a88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88.tar.gz dotfiles-guix-a88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88.tar.bz2 dotfiles-guix-a88bd5d49291c9bfab36ae5f30c13a3cb7e7ea88.zip | |
build-installer script
Diffstat (limited to 'systems')
| -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"))))) |