forked from rarias/bscpkgs
Rename xeon08 to eudy
From Eudyptula, a little penguin.
This commit is contained in:
11
m/eudy/users.nix
Normal file
11
m/eudy/users.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
security.sudo.extraRules= [{
|
||||
users = [ "arocanon" ];
|
||||
commands = [{
|
||||
command = "ALL" ;
|
||||
options= [ "NOPASSWD" ]; # "SETENV" # Adding the following could be a good idea
|
||||
}];
|
||||
}];
|
||||
}
|
||||
Reference in New Issue
Block a user