diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 8912c19..a700227 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 = true; 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; };