From b983287a72d92715e09f6df2ecc957964e3710db Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 28 Aug 2025 17:20:24 +0200 Subject: Use wireshark module and add mel to group Signed-off-by: Mel --- modules/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.nix') diff --git a/modules/user.nix b/modules/user.nix index d4e9086..363fd02 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -10,7 +10,7 @@ isNormalUser = true; description = "Mel"; shell = pkgs.fish; - extraGroups = [ "wheel" "dialout" "kvm" "networkmanager" "adbusers" "docker" ]; + extraGroups = [ "wheel" "dialout" "wireshark" "kvm" "networkmanager" "adbusers" "docker" ]; hashedPasswordFile = config.age.secrets.password.path; # TODO: commented out pacckages are currently not available on ARM, and thus not on the -- cgit 1.4.1