diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 15:41:55 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 15:41:55 +0100 |
commit | d7586c8dd6344813dd780f3e249c236be2735aaa (patch) | |
tree | 2e1b081630ab11dfbb2ddd8db364c4b546d1166c /ymir.nix | |
parent | 667989a761be49ee6523bd1c6546088899f58e54 (diff) | |
download | nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.tar nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.tar.gz nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.tar.bz2 nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.tar.xz nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.zip |
ips 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 = 16; } ]; | 155 | ip4 = [ { address = "10.141.4.1"; prefixLength = 24; } ]; |
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 = 16; } ]; | 163 | ip4 = [ { address = "10.142.0.3"; prefixLength = 24; } ]; |
164 | }; | 164 | }; |
165 | }); | 165 | }); |
166 | } | 166 | } |