Use wireshark module.

This commit is contained in:
Gabriel Ebner 2018-01-05 18:46:15 +01:00
parent 41e7bc98d2
commit 1be3472ce7
2 changed files with 6 additions and 1 deletions

@ -20,7 +20,6 @@
hledger-diff
cmake ninja
mpv
wireshark-gtk
neomutt notmuch
goldendict
patchelf

@ -35,4 +35,10 @@
};
};
programs.wireshark = {
enable = true;
package = pkgs.wireshark;
};
users.extraUsers.gebner.extraGroups = [ "wireshark" ];
}