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.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/grfn/system/system/modules/wireshark.nix b/users/grfn/system/system/modules/wireshark.nix
deleted file mode 100644
index 30658419fc..0000000000
--- a/users/grfn/system/system/modules/wireshark.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
-  programs.wireshark = {
-    enable = true;
-    package = pkgs.wireshark;
-  };
-  users.users.grfn.extraGroups = [ "wireshark" ];
-}