From 1be3472ce7816fa2073d4a63807808d5a5b17783 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 5 Jan 2018 18:46:15 +0100 Subject: [PATCH] Use wireshark module. --- common-sw.nix | 1 - large-sw.nix | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/common-sw.nix b/common-sw.nix index 00a9f61..62cc61a 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -20,7 +20,6 @@ hledger-diff cmake ninja mpv - wireshark-gtk neomutt notmuch goldendict patchelf diff --git a/large-sw.nix b/large-sw.nix index 00e830d..76a6df6 100644 --- a/large-sw.nix +++ b/large-sw.nix @@ -35,4 +35,10 @@ }; }; + programs.wireshark = { + enable = true; + package = pkgs.wireshark; + }; + users.extraUsers.gebner.extraGroups = [ "wireshark" ]; + }