9 lines
158 B
Nix
Executable file
9 lines
158 B
Nix
Executable file
{
|
|
security.sudo.extraRules = [{
|
|
users = [ "cswimr" ];
|
|
commands = [{
|
|
command = "ALL";
|
|
options = [ "SETENV" "NOPASSWD" ];
|
|
}];
|
|
}];
|
|
}
|