reNixos/s0mePC-nix/boot/lanzaboote.nix
2025-04-27 12:47:02 +03:00

13 lines
274 B
Nix

{...}: {
boot = {
lanzaboote = {
enable = true;
configurationLimit = 7;
pkiBundle = "/var/lib/sbctl";
settings = {
timeout = 2;
sortKey = "lanza";
};
};
};
}