From 66af188478d32def674c98085fabeb95fc3d5da7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 May 2016 13:23:17 +0200 Subject: correct ip for hel --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 6830ad26..3531ded5 100644 --- a/hel.nix +++ b/hel.nix @@ -95,7 +95,7 @@ connect = true; name = "hel"; ipConf = { - ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; + ip4 = [ { address = "10.141.2.2"; prefixLength = 32; } ]; }; }); }; -- cgit v1.2.3