add wheel again, because of sshuttle

This commit is contained in:
Ingolf Wagner 2024-06-10 16:21:52 +02:00
parent 6ca061f4ee
commit 5170b0303b
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -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;