about summary refs log tree commit diff
path: root/users/grfn/system/system/modules/wireshark.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/system/modules/wireshark.nix')
-rw-r--r--users/grfn/system/system/modules/wireshark.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/grfn/system/system/modules/wireshark.nix b/users/grfn/system/system/modules/wireshark.nix
new file mode 100644
index 0000000000..0bc1d8f04a
--- /dev/null
+++ b/users/grfn/system/system/modules/wireshark.nix
@@ -0,0 +1,6 @@
+{ config, lib, pkgs, ... }:
+
+{
+  programs.wireshark.enable = true;
+  users.users.grfn.extraGroups = [ "wireshark" ];
+}