diff options
-rw-r--r-- | hel.nix | 7 | ||||
-rw-r--r-- | users/gkleen.nix | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -637,6 +637,13 @@ | |||
637 | ''; | 637 | ''; |
638 | }; | 638 | }; |
639 | 639 | ||
640 | programs = { | ||
641 | wireshark = { | ||
642 | enable = true; | ||
643 | package = with pkgs; wireshark-gtk; | ||
644 | }; | ||
645 | }; | ||
646 | |||
640 | system = { | 647 | system = { |
641 | stateVersion = "16.09"; | 648 | stateVersion = "16.09"; |
642 | }; | 649 | }; |
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 @@ | |||
1 | { | 1 | { |
2 | name = "gkleen"; | 2 | name = "gkleen"; |
3 | description = "Gregor Kleen"; | 3 | description = "Gregor Kleen"; |
4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd"]; | 4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" "libvirtd" "wireshark"]; |
5 | group = "users"; | 5 | group = "users"; |
6 | uid = 1000; | 6 | uid = 1000; |
7 | createHome = true; | 7 | createHome = true; |