From a728e7db1866a2bd11ccf1d965ed6a3172df0809 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 14 Jul 2025 14:31:16 +0200 Subject: [PATCH] hurricane: 184 current 2025-07-14 14:31:08 25.05.20250708.88983d4 6.15.5 * wireshark hurricane: 184 current 2025-07-14 14:31:08 25.05.20250708.88983d4 6.15.5 * hurricane: 185 current 2025-07-14 14:38:12 25.05.20250708.88983d4 6.15.5 * hurricane: 186 current 2025-07-14 14:41:20 25.05.20250708.88983d4 6.15.5 * --- modules/common.nix | 2 +- modules/programs.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index a9475c9..9e61559 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -60,7 +60,7 @@ in { users.schulze = { isNormalUser = true; description = "Felix Schulze"; - extraGroups = ["networkmanager" "wheel" "docker" "plugdev"]; + extraGroups = ["networkmanager" "wheel" "docker" "plugdev" "wireshark"]; shell = pkgs.fish; }; groups.libvirtd.members = ["schulze"]; diff --git a/modules/programs.nix b/modules/programs.nix index a0cfdfd..af991f0 100644 --- a/modules/programs.nix +++ b/modules/programs.nix @@ -154,6 +154,7 @@ in { enableFishIntegration = true; }; + # Cat replacement bat = { enable = true; settings = { @@ -287,6 +288,10 @@ in { remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; + wireshark = { + enable = true; + package = pkgs.wireshark; + }; }; # enable and configure Docker