This commit is contained in:
Ingolf Wagner 2020-01-05 20:09:57 +13:00
parent 21430e3c28
commit 2645e035d5
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -3,8 +3,6 @@
users.users.mainUser.extraGroups = [ "wireshark" ]; users.users.mainUser.extraGroups = [ "wireshark" ];
programs.wireshark.enable = true; programs.wireshark.enable = true;
environment.systemPackages = [ environment.systemPackages = [
pkgs.wireshark pkgs.wireshark
@ -13,7 +11,6 @@
pkgs.packetbeat7 pkgs.packetbeat7
]; ];
# elastic search is good for analysing stuff # elastic search is good for analysing stuff
# https://www.elastic.co/blog/analyzing-network-packets-with-wireshark-elasticsearch-and-kibana # https://www.elastic.co/blog/analyzing-network-packets-with-wireshark-elasticsearch-and-kibana
services.elasticsearch.enable = true; services.elasticsearch.enable = true;