From 156f09611c25ba073908bd7029afe10a396e62e4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 21 Mar 2022 02:37:38 +0100 Subject: Switch to new Hydra URL Since the old URL had all sorts of issues ranging from no HTTP/2 support to issues with XSRF protection, I decided to move the Hydra instance to https://hydra.build/ - a domain that I had laying around since years but didn't use so far. Signed-off-by: aszlig --- modules/core/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/core') diff --git a/modules/core/common.nix b/modules/core/common.nix index 9d286717..1e942742 100644 --- a/modules/core/common.nix +++ b/modules/core/common.nix @@ -46,7 +46,7 @@ in { nix = { settings = { - substituters = [ "https://headcounter.org/hydra/" ]; + substituters = [ "https://hydra.build/" ]; trusted-public-keys = [ "headcounter.org:/7YANMvnQnyvcVB6rgFTdb8p5LG1OTXaO+21CaOSBzg=" ]; -- cgit 1.4.1