From 463931bc469a465666be35975db9ac69905c1366 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 20 Feb 2024 22:25:03 +0900 Subject: 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. --- modules/binary-cache/caches/kusanari-hydra.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/binary-cache/caches/kusanari-hydra.nix (limited to 'modules') 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=" - ]; - }; -} -- cgit 1.4.1