idk a bunch of things
got the merge working
This commit is contained in:
parent
d7850a7acc
commit
b2f9db3148
13 changed files with 65 additions and 221 deletions
5
groups/all/default.nix
Normal file
5
groups/all/default.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue