From 9abc7da1e8c3c3dfcf62817c97acd946852f1d45 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 3 Apr 2019 20:04:14 +0200 Subject: wireshark on hel --- hel.nix | 7 +++++++ users/gkleen.nix | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index be12ba4c..dc079b98 100644 --- a/hel.nix +++ b/hel.nix @@ -637,6 +637,13 @@ ''; }; + programs = { + wireshark = { + enable = true; + package = with pkgs; wireshark-gtk; + }; + }; + system = { stateVersion = "16.09"; }; diff --git a/users/gkleen.nix b/users/gkleen.nix index 00e57f1a..c799070d 100644 --- a/users/gkleen.nix +++ b/users/gkleen.nix @@ -1,7 +1,7 @@ { name = "gkleen"; description = "Gregor Kleen"; - extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd"]; + extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd" "wireshark"]; group = "users"; uid = 1000; createHome = true; -- cgit v1.2.3