From 86c46a97debf71013ff6d71ad71f6c3553a100b4 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Thu, 21 Jul 2016 21:47:51 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactivation=20du=20client=20nix-serve=20?= =?UTF-8?q?sur=20les=20serveurs=20prunetwork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activation-manuelle/nix-serve-client.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activation-manuelle/nix-serve-client.nix b/activation-manuelle/nix-serve-client.nix index c1bf139..910bbc5 100644 --- a/activation-manuelle/nix-serve-client.nix +++ b/activation-manuelle/nix-serve-client.nix @@ -12,7 +12,7 @@ in { (mkIf (profiles.isDubronetwork && (! computers.isMonstre)) "http://192.168.10.169:5000") (mkIf profiles.isDubronetwork "http://192.168.10.252:5000") - (mkIf profiles.isPrunetwork "http://192.168.1.20:5000") + (mkIf (profiles.isPrunetwork && !profiles.isServer) "http://192.168.1.20:5000") ]; extraOptions = '' connect-timeout = 5