Add changes for secure boot and how mounts happen
This commit is contained in:
parent
796bdd1a42
commit
121653cf1e
5 changed files with 261 additions and 27 deletions
6
system/modules/lanzaboote.nix
Normal file
6
system/modules/lanzaboote.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue