1
0
Fork 0

Trust wheel group and disable sudo password for auto deployment

This commit is contained in:
clerie 2020-12-06 18:23:51 +01:00
parent 2b46cb2d73
commit ff892b17a5
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
keyMap = "de-latin1";
};
security.sudo.wheelNeedsPassword = false;
nix.trustedUsers = [ "@wheel" ];
users.users.clerie = {
isNormalUser = true;
extraGroups = [ "wheel" ];