summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 502e608b..69e18b72 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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}