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