core/security: disable sudo password for wheel
This commit is contained in:
parent
be151ba76b
commit
05e4923703
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
|
./security.nix
|
||||||
../nix
|
../nix
|
||||||
];
|
];
|
||||||
i18n = {
|
i18n = {
|
||||||
|
|
3
system/core/security.nix
Normal file
3
system/core/security.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
}
|
Loading…
Reference in a new issue