diff options
-rw-r--r-- | system-configuration.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system-configuration.scm b/system-configuration.scm index 75f0d9e..9561a1b 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -105,7 +105,7 @@ (append system-services %desktop-services)) -(define bootloader +(define bootloader-record (bootloader-configuration (bootloader grub-bootloader) (targets '("/dev/sda")) (keyboard-layout keyboard-layout))) @@ -117,7 +117,7 @@ (users users) (packages packages) (services services) - (bootloader bootloader) + (bootloader bootloader-record) (swap-devices `(,(swap-space (target (uuid "73bed3f9-be07-40ad-a228-577cd24f2e1d"))))) (mapped-devices `(,(mapped-device (source (uuid "887ac37f-2919-41a0-a62a-e1ff5ea2d6cc")) (target "aisaka-root") |