From 939f5d9433c51499f3d8869dea50a0477136448b Mon Sep 17 00:00:00 2001 From: Kabbone Date: Tue, 11 Jun 2024 19:54:49 +0200 Subject: [PATCH] hydra: change hydraCache URL --- modules/hardware/hydraCache.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/hardware/hydraCache.nix b/modules/hardware/hydraCache.nix index a5c40de..1f04e05 100644 --- a/modules/hardware/hydraCache.nix +++ b/modules/hardware/hydraCache.nix @@ -8,11 +8,11 @@ "hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII=" ]; extra-substituters = [ - "https://cache.home.opel-online.de" - ]; - extra-trusted-substituters = [ - "https://cache.home.opel-online.de" + "https://cache.ci.kabtop.de" ]; + #extra-trusted-substituters = [ + # "https://cache.home.opel-online.de" + #]; }; };