From b0e658cf8886b88668c1f9351895236c81c994dd Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 7 May 2022 01:34:27 +0200 Subject: [PATCH] hydra: enable collectd statistics --- hosts/hydra/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/hydra/default.nix b/hosts/hydra/default.nix index 677f9217..792f5f47 100644 --- a/hosts/hydra/default.nix +++ b/hosts/hydra/default.nix @@ -6,6 +6,7 @@ ./hydra.nix ./cache.nix ./updater.nix + ../../config/c3d2.nix ]; nixpkgs.config.allowUnfree = true; @@ -58,6 +59,8 @@ nameservers = [ "172.20.73.8" "9.9.9.9" ]; }; + c3d2.hq.statistics.enable = true; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you