summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2023-04-08 00:19:57 +0200
committerGrigory Shipunov2023-04-08 00:35:53 +0200
commit39a1d3ec57a36c47be70f2b8ac42e57fd670e95a (patch)
tree310bce4374c845200b09aefebce5a09bbbe88ec6
parent2f6eef70e366502cac384aec4c908e7086c0d7e0 (diff)
new c3d2 cache
-rw-r--r--modules/binary-caches.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/binary-caches.nix b/modules/binary-caches.nix
index b355862..0508d89 100644
--- a/modules/binary-caches.nix
+++ b/modules/binary-caches.nix
@@ -11,21 +11,21 @@
];
substituters = [
"https://microvm.cachix.org"
- "https://nix-serve.hq.c3d2.de"
+ "https://nix-cache.hq.c3d2.de"
"https://dump-dvb.cachix.org"
"https://tlm-solutions.cachix.org"
"https://nix-community.cachix.org"
];
trusted-substituters = [
"https://microvm.cachix.org"
- "https://nix-serve.hq.c3d2.de"
+ "https://nix-cache.hq.c3d2.de"
"https://dump-dvb.cachix.org"
"https://tlm-solutions.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys="
- "nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps="
+ "nix-cache.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps="
"dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU="
"tlm-solutions.cachix.org-1:J7qT6AvoNWPSj+59ed5bNESj35DLJNaROqga1EjVIoA="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="