Compare

6d16b960ad62f7b1b939841661575efc5856c8d8 .. a4b3154417d4604e18b1ad0ade3d248f5505bebd · 1 commits

Changed files

FileChanges
SmallLaptop.scm +3 −1 raw

Commits

HashSubjectAuthorDate
a4b31544 switched to signed bootloader Ryan Schanzenbacher
diff --git a/SmallLaptop.scm b/SmallLaptop.scm
index d277afe..121e478 100644
--- a/SmallLaptop.scm
+++ b/SmallLaptop.scm
@@ -5,6 +5,7 @@
(operating-system
(inherit base-operating-system)
(host-name "SmallLaptop")
+ (timezone "Europe/Amsterdam")
(mapped-devices (list (mapped-device
(source (uuid
"b22d6f2b-44ce-4b56-9833-dde593d19d75"))
@@ -21,7 +22,8 @@
'fat32))
(type "vfat")) %base-file-systems))
(bootloader (bootloader-configuration
- (bootloader uefi-uki-bootloader)
+ (bootloader (uefi-uki-signed-bootloader
+ "/var/lib/sbctl/keys/db/db.pem" "/var/lib/sbctl/keys/db/db.key"))
(targets (list "/boot/efi"))
(keyboard-layout (keyboard-layout "us"))))
(swap-devices