index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
common
/
system
/
security.nix
blob: b35e60ed15a3e93cd293b39d84f08badd836e843 (
plain
) (
tree
)
0d6c0c3
1
2
3
4
5
{
config
,
...
}:
{
security
.
sudo
.
wheelNeedsPassword
=
false
;
}