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