From 9f70024257584115394fad89fc81b849dc69af73 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 13 May 2021 14:23:10 +0200 Subject: [PATCH] fuuko/hydra: Make serving build artifacts work hydra-server.service does not have access to the signing key. --- machines/fuuko/services/hydra.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/fuuko/services/hydra.nix b/machines/fuuko/services/hydra.nix index 6b51d1a..6421322 100644 --- a/machines/fuuko/services/hydra.nix +++ b/machines/fuuko/services/hydra.nix @@ -22,6 +22,7 @@ in extraConfig = '' store_uri = file:///data/cache/nix-binary-cache?secret-key=${config.sops.secrets.binary-cache-secret-key.path} + server_store_uri = file:///data/cache/nix-binary-cache upload_logs_to_binary_cache = true '';