From d7586c8dd6344813dd780f3e249c236be2735aaa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Nov 2015 15:41:55 +0100 Subject: ips for ymir --- ymir.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 4461bcdd..5ba015b9 100644 --- a/ymir.nix +++ b/ymir.nix @@ -152,7 +152,7 @@ in { name = "ymir"; connect = false; ipConf = { - ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; + ip4 = [ { address = "10.141.4.1"; prefixLength = 24; } ]; }; }) // ((import ./custom/tinc/laeradhr.nix) { @@ -160,7 +160,7 @@ in { name = "ymir"; connect = false; ipConf = { - ip4 = [ { address = "10.142.0.3"; prefixLength = 16; } ]; + ip4 = [ { address = "10.142.0.3"; prefixLength = 24; } ]; }; }); } -- cgit v1.2.3