Trust wheel group and disable sudo password for auto deployment
This commit is contained in:
parent
2b46cb2d73
commit
ff892b17a5
@ -10,6 +10,10 @@
|
||||
keyMap = "de-latin1";
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
nix.trustedUsers = [ "@wheel" ];
|
||||
|
||||
users.users.clerie = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
|
Loading…
Reference in New Issue
Block a user