disable secureboot
This commit is contained in:
parent
8bf0b445c7
commit
c017cfb33d
@ -56,7 +56,7 @@
|
||||
|
||||
boot = {
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
# TODO: proper secrets management so this is not stored in nix store
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
@ -69,7 +69,8 @@
|
||||
generated at installation time. So we force it to false
|
||||
for now.
|
||||
*/
|
||||
systemd-boot.enable = lib.mkForce false;
|
||||
# systemd-boot.enable = lib.mkForce false;
|
||||
systemd-boot.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user