diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ in { | |||
153 | name = "ymir"; | 153 | name = "ymir"; |
154 | connect = false; | 154 | connect = false; |
155 | ipConf = { | 155 | ipConf = { |
156 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; | 156 | ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; |
157 | }; | 157 | }; |
158 | }) | 158 | }) |
159 | // ((import ./custom/tinc/laeradhr.nix) { | 159 | // ((import ./custom/tinc/laeradhr.nix) { |