about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-02-20 22:25:03 +0900
committersefidel <contact@sefidel.net>2024-02-20 22:25:03 +0900
commit463931bc469a465666be35975db9ac69905c1366 (patch)
tree78f7b989b553d54b1a45b1197b4aea49ee8af983 /modules
parent60b28b4bed95a745ba1050ebc2fb0c8dc6f925f9 (diff)
downloadinfra-463931bc469a465666be35975db9ac69905c1366.tar.gz
infra-463931bc469a465666be35975db9ac69905c1366.zip
Revert "feat(modules/binary-cache): add kusanari-hydra"
This reverts commit fe718869eb5006c99b6515c733c34293e2b0f5dc.

infra nodes doesn't have access to kusanari network, therefore caches
can only be used in builders.
Diffstat (limited to 'modules')
-rw-r--r--modules/binary-cache/caches/kusanari-hydra.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/binary-cache/caches/kusanari-hydra.nix b/modules/binary-cache/caches/kusanari-hydra.nix
deleted file mode 100644
index 2c2da8f..0000000
--- a/modules/binary-cache/caches/kusanari-hydra.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, lib, ... }:
-
-{
-  nix.settings = {
-    substituters = [
-      "https://cache.kusanari.network/hydra"
-    ];
-    trusted-public-keys = [
-      "hydra:aQij+np/Omz8vILwpvgz+gajP9KSjKe5kRNWwthI5gI="
-    ];
-  };
-}