diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 2db9868..d23c3f5 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -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"];