summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------laeradhr0
-rw-r--r--ymir.nix4
2 files changed, 2 insertions, 2 deletions
diff --git a/laeradhr b/laeradhr
Subproject d9d14f2b1ec81c712510e5edb71fd519762d070 Subproject 8deeec8ce1c4f533d28ae60cac78309d0e2d00f
diff --git a/ymir.nix b/ymir.nix
index 4461bcdd..5ba015b9 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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}