From 02c65f8ed8414d9569619f9e4c4295ad364bedbe Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 3 Dec 2023 00:54:04 +0100 Subject: [PATCH] Add user to wireshark group --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];