Revert "disable secureboot"
This reverts commit c017cfb33dc70e564fd805958dafd4730aa1ad78.
This commit is contained in:
parent
8ad4e3bd42
commit
9d089208a7
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
enable = false;
|
enable = true;
|
||||||
# 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,8 +69,7 @@
|
|||||||
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