summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 15:12:09 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 15:12:09 +0200
commitb9fbaa28af819c59e0e622cfdf88eb5e3ca4484f (patch)
treed408a3d1c1584d9078f2f27eae4e608399b67e80
parente1950b348aafd44487c2da8234815fcfc24a42cd (diff)
downloadnixos-b9fbaa28af819c59e0e622cfdf88eb5e3ca4484f.tar
nixos-b9fbaa28af819c59e0e622cfdf88eb5e3ca4484f.tar.gz
nixos-b9fbaa28af819c59e0e622cfdf88eb5e3ca4484f.tar.bz2
nixos-b9fbaa28af819c59e0e622cfdf88eb5e3ca4484f.tar.xz
nixos-b9fbaa28af819c59e0e622cfdf88eb5e3ca4484f.zip
proper netmask
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 4aa5ca77..ecdf0986 100644
--- a/hel.nix
+++ b/hel.nix
@@ -97,7 +97,7 @@
97 connect = true; 97 connect = true;
98 name = "hel"; 98 name = "hel";
99 ipConf = { 99 ipConf = {
100 ip4 = [ { address = "10.141.2.3"; prefixLength = 32; } ]; 100 ip4 = [ { address = "10.141.2.3"; prefixLength = 16; } ];
101 }; 101 };
102 }); 102 });
103 uucp = { 103 uucp = {