From bd96ed61333e5d66f6187ca45fcd79a153803376 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 10 Feb 2024 21:49:29 +0900 Subject: feat(modules/binary-cache): add kusanari-hydra --- modules/binary-cache/caches/kusanari-hydra.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/binary-cache/caches/kusanari-hydra.nix diff --git a/modules/binary-cache/caches/kusanari-hydra.nix b/modules/binary-cache/caches/kusanari-hydra.nix new file mode 100644 index 0000000..2c2da8f --- /dev/null +++ b/modules/binary-cache/caches/kusanari-hydra.nix @@ -0,0 +1,12 @@ +{ config, lib, ... }: + +{ + nix.settings = { + substituters = [ + "https://cache.kusanari.network/hydra" + ]; + trusted-public-keys = [ + "hydra:aQij+np/Omz8vILwpvgz+gajP9KSjKe5kRNWwthI5gI=" + ]; + }; +} -- cgit 1.4.1