13 lines
216 B
Nix
13 lines
216 B
Nix
{...}: {
|
|
boot = {
|
|
lanzaboote = {
|
|
enable = true;
|
|
configurationLimit = 7;
|
|
pkiBundle = "/var/lib/sbctl";
|
|
settings = {
|
|
timeout = 2;
|
|
sortKey = "lanza";
|
|
};
|
|
};
|
|
};
|
|
}
|