diff options
Diffstat (limited to 'nixos/modules/users.nix')
-rw-r--r-- | nixos/modules/users.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/users.nix b/nixos/modules/users.nix index 1c143bb..0956c93 100644 --- a/nixos/modules/users.nix +++ b/nixos/modules/users.nix @@ -73,8 +73,6 @@ in { defaultEditor = !isArm; withNodeJs = true; }; - - wireshark.enable = true; }; programs.fuse.userAllowOther = true; |