summaryrefslogtreecommitdiff
path: root/hosts/glados/boot.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-25 23:55:57 -0500
committerseth <[email protected]>2023-01-26 03:50:11 -0500
commitbfa889aef9f82eb853a5b37ebe7fdbd8d5ecdc34 (patch)
treec684c7a090b1f42f2623639f1967d6494ac05bef /hosts/glados/boot.nix
parent6b126efdb4cf0b88f085c3f325fc6fd362268f19 (diff)
finish up refactor + add glados host
thanks replaycoding uwu
Diffstat (limited to 'hosts/glados/boot.nix')
-rw-r--r--hosts/glados/boot.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/hosts/glados/boot.nix b/hosts/glados/boot.nix
index 13cc84e..d0f0b22 100644
--- a/hosts/glados/boot.nix
+++ b/hosts/glados/boot.nix
@@ -12,12 +12,9 @@
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelParams = ["nohibernate"];
- loader = {
- systemd-boot = {
- enable = lib.mkForce false;
- };
- efi.canTouchEfiVariables = true;
- };
+ bootspec.enable = true;
+ loader.systemd-boot.enable = lib.mkForce false;
+
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";