From be1db27940f3612a0b1a10ca17bfd5be670fd850 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Tue, 4 Aug 2026 13:28:39 +0700 Subject: , --- nixos/modules/features/wireshark/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nixos/modules/features/wireshark/default.nix') diff --git a/nixos/modules/features/wireshark/default.nix b/nixos/modules/features/wireshark/default.nix index 7b2141e..afebd39 100644 --- a/nixos/modules/features/wireshark/default.nix +++ b/nixos/modules/features/wireshark/default.nix @@ -1,6 +1,8 @@ { pkgs, ... }: { + # Wireshark: packet capture/analysis. The `wireshark` group grants non-root + # capture permissions to the user (programs.wireshark sets up dumpcap). programs.wireshark = { enable = true; package = pkgs.wireshark; @@ -9,4 +11,4 @@ users.users.seraphim = { extraGroups = [ "wireshark" ]; }; -} +} \ No newline at end of file -- cgit v1.2.3