From c5b227207e413e2ba2436baea031e6635960a321 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 16 Sep 2023 22:57:56 +0200 Subject: [PATCH] weather-sdr: Add CI as cache source --- system/hosts/weather-sdr.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/hosts/weather-sdr.nix b/system/hosts/weather-sdr.nix index 72c0640..464b317 100644 --- a/system/hosts/weather-sdr.nix +++ b/system/hosts/weather-sdr.nix @@ -30,12 +30,14 @@ in substituters = [ "https://attic.cache.daniel.sx/nifoc-systems" + "https://attic.cache.daniel.sx/nifoc-ci" "https://nifoc.cachix.org" "https://nix-community.cachix.org" ]; trusted-public-keys = [ "nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU=" + "nifoc-ci:JpD9zqVQi8JuS7B8htPDOQZh08rhInMnGFS9RVhiuwk=" "nifoc.cachix.org-1:ymuftq7RgN/lf/iWXFK8gpwDSAGFaGBeliWe9u6q8II=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ];