hydra: enable collectd statistics

This commit is contained in:
Astro 2022-05-07 01:34:27 +02:00
parent a28cd47e8b
commit b0e658cf88
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
./hydra.nix ./hydra.nix
./cache.nix ./cache.nix
./updater.nix ./updater.nix
../../config/c3d2.nix
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@ -58,6 +59,8 @@
nameservers = [ "172.20.73.8" "9.9.9.9" ]; 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 # This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you # servers. You should change this only after NixOS release notes say you