From e1950b348aafd44487c2da8234815fcfc24a42cd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 May 2016 15:07:37 +0200 Subject: corrected hel ip --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 3fe40f35..4aa5ca77 100644 --- a/hel.nix +++ b/hel.nix @@ -97,7 +97,7 @@ connect = true; name = "hel"; ipConf = { - ip4 = [ { address = "10.141.2.2"; prefixLength = 32; } ]; + ip4 = [ { address = "10.141.2.3"; prefixLength = 32; } ]; }; }); uucp = { -- cgit v1.2.3