diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-02-06 00:52:51 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-02-06 00:52:51 -0500 |
commit | f1bc773106aae04b7f622e72cbfd1650c24b1ed7 (patch) | |
tree | 56116706cd65feb9f8b87bd5d1be9c71c9906edd | |
parent | 05c721a16f816d5f06014b9d171ca41e98ff7fea (diff) |
enabled secure boot on the thinkpad
-rw-r--r-- | RyanThinkpad.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RyanThinkpad.scm b/RyanThinkpad.scm index 5ca1cf6..f27974d 100644 --- a/RyanThinkpad.scm +++ b/RyanThinkpad.scm | |||
@@ -25,7 +25,8 @@ | |||
25 | 'fat32)) | 25 | 'fat32)) |
26 | (type "vfat")) %base-file-systems)) | 26 | (type "vfat")) %base-file-systems)) |
27 | (bootloader (bootloader-configuration | 27 | (bootloader (bootloader-configuration |
28 | (bootloader uefi-uki-bootloader) | 28 | (bootloader (uefi-uki-signed-bootloader |
29 | "/var/lib/sbctl/keys/db/db.pem" "/var/lib/sbctl/keys/db/db.key")) | ||
29 | (targets (list "/boot/efi")) | 30 | (targets (list "/boot/efi")) |
30 | (keyboard-layout (keyboard-layout "us")))) | 31 | (keyboard-layout (keyboard-layout "us")))) |
31 | (swap-devices | 32 | (swap-devices |