Add user to wireshark group
This commit is contained in:
parent
bcbc866a42
commit
02c65f8ed8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
users.users.${vars.user} = {
|
||||
# System User
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "i2c" "tty" "dialout"];
|
||||
extraGroups = ["wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "i2c" "tty" "dialout" "wireshark"];
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = ["ntfs" "exfat"];
|
||||
|
|
Loading…
Reference in a new issue