From 5f09c0896dd97c9ea0fbcfb8778c47caba26e20e Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sun, 12 Feb 2017 22:04:08 +0100 Subject: [PATCH] ajout de machines fixes comme serveur nix --- base/activation-manuelle/nix-serve-client.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/activation-manuelle/nix-serve-client.nix b/base/activation-manuelle/nix-serve-client.nix index bf94a2e..ce4d031 100644 --- a/base/activation-manuelle/nix-serve-client.nix +++ b/base/activation-manuelle/nix-serve-client.nix @@ -14,9 +14,12 @@ mkIf cfg.nix-serve-client { requireSignedBinaryCaches = false; binaryCaches = [ (mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001") + (mkIf (profiles.isDubronetwork && computers.isPhenom) "http://latitude.grudu.net:5000") + (mkIf (profiles.isDubronetwork && computers.isPhenom) "http://radx.grudu.net:5000") (mkIf profiles.isPrunetwork "https://cache.nixos.org/") - (mkIf (profiles.isPrunetwork && !profiles.isServer) "http://nix-cache.dubronetwork.fr:5001") + (mkIf (profiles.isPrunetwork && !profiles.isServer) "http://nix-cache.dubronetwork.fr:5001") + (mkIf (profiles.isPrunetwork && computers.isRadx) "http://phenom.grudu.net:5000") ]; extraOptions = '' connect-timeout = 5