From 0c1245b497ec0746a830303feb7b8d5d38520abb Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 19 Jan 2025 20:34:24 -0500 Subject: [PATCH] rm lanzaboote on ytnix --- hosts/ytnix/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 8912c19..ccf89bb 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -37,7 +37,7 @@ boot = { loader = { # lanzaboote replaces systemd-boot - systemd-boot.enable = lib.mkForce false; + # systemd-boot.enable = lib.mkForce false; efi.canTouchEfiVariables = false; # toggle when installing }; tmp.cleanOnBoot = true; @@ -53,10 +53,10 @@ extraModprobeConfig = '' blacklist rtw88_8821ce ''; - lanzaboote = { - enable = true; - pkiBundle = "/var/lib/sbctl"; - }; + # lanzaboote = { + # enable = true; + # pkiBundle = "/var/lib/sbctl"; + # }; kernel.sysctl."kernel.sysrq" = 1; };