add wheel again, because of sshuttle
This commit is contained in:
parent
6ca061f4ee
commit
5170b0303b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in
|
|||
uid = cfg.uid;
|
||||
home = "/home/${cfg.userName}";
|
||||
initialPassword = cfg.userName;
|
||||
extraGroups = [ "networkmanager" "transmission" "wireshark" "audio" "pipewire" "input" ]
|
||||
extraGroups = [ "wheel" "networkmanager" "transmission" "wireshark" "audio" "pipewire" "input" ]
|
||||
++ dockerGroup ++ vboxGroup ++ cfg.extraGroups;
|
||||
openssh.authorizedKeys.keyFiles = cfg.authorizedKeyFiles;
|
||||
group = config.users.groups.mainUser.name;
|
||||
|
|
Loading…
Reference in a new issue