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