index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
security
/
sudo.nix
blob: bbb2e20e822fbd78ac33da48a101504902a65483 (
plain
) (
blame
)
1
2
3
4
5
6
{
security
.
sudo
=
{
enable
=
true
;
execWheelOnly
=
true
;
};
}