Add user to wireshark group

This commit is contained in:
GHOSCHT 2023-12-03 00:54:04 +01:00
parent bcbc866a42
commit 02c65f8ed8

View file

@ -13,7 +13,7 @@
users.users.${vars.user} = { users.users.${vars.user} = {
# System User # System User
isNormalUser = true; 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"]; boot.supportedFilesystems = ["ntfs" "exfat"];