reformat
This commit is contained in:
parent
21430e3c28
commit
2645e035d5
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue