flake/groups/all/default.nix
_cry64 2b3fedab68 idk a bunch of things
got the merge working
2026-02-12 13:25:40 +10:00

5 lines
169 B
Nix

{lib, ...}: {
# NOTE: mkDefault is 1000 and mkForce is 50
# NOTE: so this is like a second mkDefault
security.sudo.wheelNeedsPassword = lib.mkOverride 900 true;
}