Disable lanzaboote on glados for now
This commit is contained in:
parent
8e03678304
commit
a79ab5b9ba
|
@ -67,12 +67,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
# boot.lanzaboote = {
|
||||
# enable = true;
|
||||
# pkiBundle = "/etc/secureboot";
|
||||
# };
|
||||
|
||||
users.users.lillian.extraGroups = ["gamemode"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue