add adbusers group

This commit is contained in:
Fabian Montero 2024-12-02 23:31:24 -06:00
parent da7fdf91d2
commit 00152f179e
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -66,7 +66,7 @@ in {
shell = pkgs.zsh; shell = pkgs.zsh;
extraGroups = extraGroups =
["users" "networkmanager"] ["users" "networkmanager"]
++ optionals (v.admin) ["wheel" "libvirtd" "dialout"]; ++ optionals (v.admin) ["wheel" "libvirtd" "dialout" "adbusers" ];
openssh.authorizedKeys.keyFiles = v.sshKeyPublicFile; openssh.authorizedKeys.keyFiles = v.sshKeyPublicFile;
}) })
enabledUsers; enabledUsers;