diff --git a/nixos/modules/common.nix b/nixos/modules/common.nix index 0873a04..c1be423 100644 --- a/nixos/modules/common.nix +++ b/nixos/modules/common.nix @@ -139,6 +139,7 @@ in bash-completion git unzip + tcpdump ] (mkIf config.services.netdata.enable [ netdata ]) ]; diff --git a/nixos/modules/server.nix b/nixos/modules/server.nix index 462ab86..0dee932 100644 --- a/nixos/modules/server.nix +++ b/nixos/modules/server.nix @@ -36,10 +36,6 @@ in }; documentation.nixos.enable = mkDefault' false; - - environment.systemPackages = with pkgs; [ - tcpdump - ]; }; meta.buildDocsInSandbox = false;