diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 16:16:24 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 16:16:24 +0100 |
commit | bba720e3c548fdf246255b3364e2a696576674a3 (patch) | |
tree | e1bf21f8b4b164f1e12507f17ae4f654ef8a6213 /ymir.nix | |
parent | d7586c8dd6344813dd780f3e249c236be2735aaa (diff) | |
download | nixos-bba720e3c548fdf246255b3364e2a696576674a3.tar nixos-bba720e3c548fdf246255b3364e2a696576674a3.tar.gz nixos-bba720e3c548fdf246255b3364e2a696576674a3.tar.bz2 nixos-bba720e3c548fdf246255b3364e2a696576674a3.tar.xz nixos-bba720e3c548fdf246255b3364e2a696576674a3.zip |
ip fixed for ymir
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -152,7 +152,7 @@ in { | |||
152 | name = "ymir"; | 152 | name = "ymir"; |
153 | connect = false; | 153 | connect = false; |
154 | ipConf = { | 154 | ipConf = { |
155 | ip4 = [ { address = "10.141.4.1"; prefixLength = 24; } ]; | 155 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; |
156 | }; | 156 | }; |
157 | }) | 157 | }) |
158 | // ((import ./custom/tinc/laeradhr.nix) { | 158 | // ((import ./custom/tinc/laeradhr.nix) { |
@@ -160,7 +160,7 @@ in { | |||
160 | name = "ymir"; | 160 | name = "ymir"; |
161 | connect = false; | 161 | connect = false; |
162 | ipConf = { | 162 | ipConf = { |
163 | ip4 = [ { address = "10.142.0.3"; prefixLength = 24; } ]; | 163 | ip4 = [ { address = "10.142.0.3"; prefixLength = 16; } ]; |
164 | }; | 164 | }; |
165 | }); | 165 | }); |
166 | } | 166 | } |