From bfa889aef9f82eb853a5b37ebe7fdbd8d5ecdc34 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 25 Jan 2023 23:55:57 -0500 Subject: finish up refactor + add glados host thanks replaycoding uwu --- hosts/glados/boot.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'hosts/glados/boot.nix') 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"; -- cgit v1.2.3