nixos: Add tcpdump on all machines
This commit is contained in:
@@ -139,6 +139,7 @@ in
|
||||
bash-completion
|
||||
git
|
||||
unzip
|
||||
tcpdump
|
||||
]
|
||||
(mkIf config.services.netdata.enable [ netdata ])
|
||||
];
|
||||
|
||||
@@ -36,10 +36,6 @@ in
|
||||
};
|
||||
|
||||
documentation.nixos.enable = mkDefault' false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tcpdump
|
||||
];
|
||||
};
|
||||
|
||||
meta.buildDocsInSandbox = false;
|
||||
|
||||
Reference in New Issue
Block a user