diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 6c73c5e..c00f296 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -76,7 +76,7 @@ users.users.bruhng = { isNormalUser = true; description = "Gustav Bruhn"; - extraGroups = ["networkmanager" "wheel"]; + extraGroups = ["networkmanager" "wheel" "wireshark"]; }; programs.zsh.enable = true;