additional user groups for scanning and wireshark
This commit is contained in:
parent
b939ea43e0
commit
65deae63e3
|
@ -106,7 +106,7 @@ in {
|
|||
users.extraUsers.spiollinux = {
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
extraGroups = [ "vboxusers" "wheel" "networkmanager" ];
|
||||
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue