summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 808b11bb..7ca96ece 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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) {