From 13075cf9db3eb9e6f2d08123ec9c02fddc1223c0 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Mon, 18 Sep 2023 11:23:08 +0200 Subject: [PATCH] mediaserver: add CI cache --- system/hosts/mediaserver.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/hosts/mediaserver.nix b/system/hosts/mediaserver.nix index 8bae967..7f20bef 100644 --- a/system/hosts/mediaserver.nix +++ b/system/hosts/mediaserver.nix @@ -59,12 +59,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=" ];