add adbusers group
This commit is contained in:
parent
da7fdf91d2
commit
00152f179e
|
@ -66,7 +66,7 @@ in {
|
|||
shell = pkgs.zsh;
|
||||
extraGroups =
|
||||
["users" "networkmanager"]
|
||||
++ optionals (v.admin) ["wheel" "libvirtd" "dialout"];
|
||||
++ optionals (v.admin) ["wheel" "libvirtd" "dialout" "adbusers" ];
|
||||
openssh.authorizedKeys.keyFiles = v.sshKeyPublicFile;
|
||||
})
|
||||
enabledUsers;
|
||||
|
|
Loading…
Reference in a new issue