From 754a1ec9342debc6e8b521aa96e163ec415b8888 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sun, 12 Feb 2017 22:58:00 +0100 Subject: [PATCH] nix-server: ajout de monstre --- base/activation-manuelle/nix-serve-client.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/activation-manuelle/nix-serve-client.nix b/base/activation-manuelle/nix-serve-client.nix index 81f2715..2bd718e 100644 --- a/base/activation-manuelle/nix-serve-client.nix +++ b/base/activation-manuelle/nix-serve-client.nix @@ -15,10 +15,12 @@ mkIf cfg.nix-serve-client { 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://monstre.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 && computers.isRadx) "http://monstre.grudu.net:5000") (mkIf (profiles.isPrunetwork && computers.isRadx) "http://phenom.grudu.net:5000") ]; extraOptions = ''