diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -152,5 +152,13 @@ in { | |||
152 | ipConf = { | 152 | ipConf = { |
153 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; | 153 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; |
154 | }; | 154 | }; |
155 | }) | ||
156 | // ((import ./custom/tinc/laeradhr.nix) { | ||
157 | inherit (pkgs) stdenv nettools openresolv; | ||
158 | name = "ymir"; | ||
159 | connect = false; | ||
160 | ipConf = { | ||
161 | ip4 = [ { address = "10.142.0.3"; prefixLength = 16; } ]; | ||
162 | }; | ||
155 | }); | 163 | }); |
156 | } | 164 | } |