idk a bunch of things

got the merge working
This commit is contained in:
do butterflies cry? 2026-02-12 13:25:40 +10:00
parent d7850a7acc
commit b2f9db3148
13 changed files with 65 additions and 221 deletions

5
groups/all/default.nix Normal file
View file

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