From ddb9099c9b75633635fc8386238571ce9374e20d Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Mon, 28 Apr 2025 15:52:11 +0200 Subject: [PATCH] 96 current 2025-04-28 15:48:36 25.05.20250424.f771eb4 6.12.24 * --- hosts/framework/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;