From 5b954581dbfa3c6f613f4c10676c05bba1c17bce Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 19 Feb 2017 18:10:48 +0100 Subject: [PATCH] activation nix-serve client entre les serveurs online --- base/activation-manuelle/nix-serve-client.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/activation-manuelle/nix-serve-client.nix b/base/activation-manuelle/nix-serve-client.nix index bf94a2e..834393a 100644 --- a/base/activation-manuelle/nix-serve-client.nix +++ b/base/activation-manuelle/nix-serve-client.nix @@ -13,6 +13,9 @@ mkIf cfg.nix-serve-client { # Cache http pour le store requireSignedBinaryCaches = false; binaryCaches = [ + (mkIf (computers.isRollo) "http://ocean.grudu.net:5001/") + (mkIf (computers.isOcean) "http://rollo.grudu.net:5001/") + (mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001") (mkIf profiles.isPrunetwork "https://cache.nixos.org/")