Files
nixconf/modules/sys/security.nix
T
2026-06-01 18:15:26 -06:00

10 lines
254 B
Nix

{
security.polkit.enable = true;
system.autoUpgrade = {
enable = true;
flake = "git+https://k3t.dev/git/nixconf.git?branch=main";
operation = "boot";
allowReboot = true;
rebootWindow = { lower = "10:00"; upper = "14:00"; };
};
}