reNixos/ada/boot/lanzaboote.nix
s0me1newithhand7s c44e21c8b3 fix(ada): systemd-boot cleanage
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:03:49 +03:00

13 lines
212 B
Nix

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