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