Archived
1
0
forked from rarias/bscpkgs

Rename xeon08 to eudy

From Eudyptula, a little penguin.
This commit is contained in:
2023-06-16 17:16:05 +02:00
parent dfbeafa2b2
commit 2a0fe5a137
10 changed files with 6 additions and 6 deletions

11
m/eudy/users.nix Normal file
View File

@@ -0,0 +1,11 @@
{ ... }:
{
security.sudo.extraRules= [{
users = [ "arocanon" ];
commands = [{
command = "ALL" ;
options= [ "NOPASSWD" ]; # "SETENV" # Adding the following could be a good idea
}];
}];
}