x/x13: enable secure boot
This commit is contained in:
parent
e118e2fad3
commit
d7f93965f6
7
1systems/x/x13/secureboot.nix
Normal file
7
1systems/x/x13/secureboot.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue