Disable lanzaboote on glados for now

This commit is contained in:
Lillian Violet 2024-05-20 13:18:35 +02:00
parent 8e03678304
commit a79ab5b9ba

View file

@ -67,12 +67,12 @@
}; };
}; };
boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.systemd-boot.enable = true;
boot.lanzaboote = { # boot.lanzaboote = {
enable = true; # enable = true;
pkiBundle = "/etc/secureboot"; # pkiBundle = "/etc/secureboot";
}; # };
users.users.lillian.extraGroups = ["gamemode"]; users.users.lillian.extraGroups = ["gamemode"];