mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
passwordless sudo
This commit is contained in:
parent
02635e22c2
commit
c0e8ba86f3
2 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ in {
|
|||
"hosts/common/core/ssh.nix"
|
||||
"hosts/common/core/editor.nix"
|
||||
"hosts/common/core/fonts.nix"
|
||||
"hosts/common/core/sudo.nix"
|
||||
"hosts/common/users/primary"
|
||||
"hosts/common/users/primary/${platform}.nix"
|
||||
"modules/common"
|
||||
|
|
|
|||
5
hosts/common/core/sudo.nix
Normal file
5
hosts/common/core/sudo.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
security.sudo = {
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue