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 = {
|
# boot.lanzaboote = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
pkiBundle = "/etc/secureboot";
|
# pkiBundle = "/etc/secureboot";
|
||||||
};
|
# };
|
||||||
|
|
||||||
users.users.lillian.extraGroups = ["gamemode"];
|
users.users.lillian.extraGroups = ["gamemode"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue