SSH updates
This commit is contained in:
parent
74545072dd
commit
57090ccde1
12 changed files with 96 additions and 59 deletions
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, settings, ... }:
|
||||
{
|
||||
security.sudo.extraRules = [
|
||||
{
|
||||
users = [ settings.user.username ];
|
||||
commands = [
|
||||
{
|
||||
command = "ALL";
|
||||
options = [ "NOPASSWD" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue