From e0a468bfeb55856c81ee6f60da29aa4e1e3510c1 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 19 Feb 2017 18:27:35 +0100 Subject: [PATCH] fix port --- base/activation-manuelle/nix-serve-client.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/activation-manuelle/nix-serve-client.nix b/base/activation-manuelle/nix-serve-client.nix index 2915996..47ee4cc 100644 --- a/base/activation-manuelle/nix-serve-client.nix +++ b/base/activation-manuelle/nix-serve-client.nix @@ -14,9 +14,9 @@ mkIf cfg.nix-serve-client { requireSignedBinaryCaches = false; binaryCaches = [ #(mkIf (computers.isRollo) "http://ocean.grudu.net:5001/") - (mkIf (computers.isRollo) "http://192.168.12.6:5001/") + (mkIf (computers.isRollo) "http://192.168.12.6:5000/") #(mkIf (computers.isOcean) "http://rollo.grudu.net:5001/") - (mkIf (computers.isOcean) "http://192.168.12.5:5001/") + (mkIf (computers.isOcean) "http://192.168.12.5:5000/") (mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001")