initial commit
This commit is contained in:
commit
53dc0a539d
13 changed files with 701 additions and 0 deletions
9
nixos/sudo.nix
Executable file
9
nixos/sudo.nix
Executable file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
security.sudo.extraRules = [{
|
||||
users = [ "cswimr" ];
|
||||
commands = [{
|
||||
command = "ALL";
|
||||
options = [ "SETENV" "NOPASSWD" ];
|
||||
}];
|
||||
}];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue