about summary refs log tree commit diff
path: root/modules/core
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-03-21 02:37:38 +0100
committeraszlig <aszlig@nix.build>2022-03-21 03:53:55 +0100
commit156f09611c25ba073908bd7029afe10a396e62e4 (patch)
treeb91dd37505d16a5212201b7a0f220b9195ff6b68 /modules/core
parent4122a4521aa358d199f2a101c536f79898714f11 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/common.nix2
1 files changed, 1 insertions, 1 deletions
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="
         ];