From 4027b812a2cbb71fb0766ff072080c06a963c80c Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 14 Oct 2022 14:53:39 +0200 Subject: [PATCH] hosts/hydra-1: allow hydra to utilize cache --- hosts/hydra-1/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/hydra-1/configuration.nix b/hosts/hydra-1/configuration.nix index c2de55c..0d7c19a 100644 --- a/hosts/hydra-1/configuration.nix +++ b/hosts/hydra-1/configuration.nix @@ -30,6 +30,7 @@ hydraURL = "https://hydra.clerie.de"; listenHost = "localhost"; notificationSender = "noreply@hydra.clerie.de"; + useSubstitutes = true; }; services.nginx.enable = true; @@ -47,5 +48,11 @@ networking.firewall.allowedTCPPorts = [ 80 443 ]; + clerie.monitoring = { + enable = true; + id = "210"; + pubkey = "bA7b+vRlfvbGma74+Tz+FHGcRKPe+oAOfXmuqDR4+Sc="; + }; + system.stateVersion = "22.11"; }