additional user groups for scanning and wireshark

This commit is contained in:
System administrator 2018-10-02 12:27:34 +02:00
parent b939ea43e0
commit 65deae63e3

View file

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