Fixup sudo options
This commit is contained in:
parent
54f1b8ca8b
commit
cd42676950
@ -6,9 +6,13 @@
|
||||
environment.systemPackages = with pkgs; [ vim git direwolf ];
|
||||
security.sudo.extraRules= [
|
||||
{ users = [ "jim" ];
|
||||
commands = [
|
||||
{ command = "ALL" ;
|
||||
options= [ "NOPASSWD" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
Loading…
Reference in New Issue
Block a user