fix: moved the group permissions into teh base config
This commit is contained in:
parent
4e664ce1bc
commit
47c615d7a5
2 changed files with 4 additions and 4 deletions
|
@ -66,10 +66,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
security.sudo.extraRules = [
|
||||
{ groups = [ "skynet-admins" ]; commands = [ { command = "ALL"; options = [ "NOPASSWD" ]; } ]; }
|
||||
];
|
||||
|
||||
services.sssd = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue