From 43340ba8a910b3eb2d66bf629ad8f3a3dbd1341d Mon Sep 17 00:00:00 2001 From: emily Date: Sat, 11 May 2024 20:09:40 +0200 Subject: [PATCH] meow --- config/services/hydra/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/services/hydra/default.nix b/config/services/hydra/default.nix index 9d3bf28..5d7536d 100644 --- a/config/services/hydra/default.nix +++ b/config/services/hydra/default.nix @@ -15,6 +15,7 @@ minimumDiskFree = 2; useSubstitutes = true; extraConfig = '' + server_store_uri = https://cache.kyouma.net binary_cache_public_uri = https://cache.kyouma.net evaluator_workers = 8 evaluator_max_memory_size = 4096 @@ -32,9 +33,7 @@ kyouma.nginx.virtualHosts = { "hydra.kyouma.net".locations."/".proxyPass = "http://localhost:3000"; "cache.kyouma.net" = { - locations."/" = { - proxyPass = "http://[::1]:5555"; - }; + locations."/".proxyPass = "http://[::1]:5555"; locations."= /" = { return = ''200 'Public key:\n\ncache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg=' ''; extraConfig = ''