disable secureboot
This commit is contained in:
parent
8bf0b445c7
commit
c017cfb33d
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
enable = true;
|
enable = false;
|
||||||
# TODO: proper secrets management so this is not stored in nix store
|
# TODO: proper secrets management so this is not stored in nix store
|
||||||
pkiBundle = "/var/lib/sbctl";
|
pkiBundle = "/var/lib/sbctl";
|
||||||
};
|
};
|
||||||
@ -69,7 +69,8 @@
|
|||||||
generated at installation time. So we force it to false
|
generated at installation time. So we force it to false
|
||||||
for now.
|
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