diff --git a/hosts/server7/containers/tox/default.nix b/hosts/server7/containers/tox/default.nix index e5e659f0..5b8dc842 100644 --- a/hosts/server7/containers/tox/default.nix +++ b/hosts/server7/containers/tox/default.nix @@ -1,6 +1,8 @@ { config, pkgs, lib, ... }: { + c3d2.hq.statistics.enable = true; + networking.firewall.enable = false; services.toxBootstrapd = { @@ -37,22 +39,9 @@ ''; }; - services.collectd = { - enable = true; - autoLoadPlugin = true; - extraConfig = '' - HostName "${config.networking.hostName}" - FQDNLookup false - Interval 10 - - LoadPlugin load - LoadPlugin interface - LoadPlugin network - - Server "grafana.hq.c3d2.de" "25826" - - ''; - }; - + services.collectd.extraConfig = '' + LoadPlugin load + LoadPlugin interface + ''; }