index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
system
/
security
/
default.nix
blob: 1181e6ae1bd0033d21a166644f88fe2f4ff2a5a5 (
plain
) (
blame
)
1
2
3
4
5
6
{
...
}:
{
security
.
sudo
.
wheelNeedsPassword
=
false
;
security
.
polkit
.
enable
=
true
;
}