summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-04 15:41:55 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-04 15:41:55 +0100
commitd7586c8dd6344813dd780f3e249c236be2735aaa (patch)
tree2e1b081630ab11dfbb2ddd8db364c4b546d1166c /ymir.nix
parent667989a761be49ee6523bd1c6546088899f58e54 (diff)
downloadnixos-d7586c8dd6344813dd780f3e249c236be2735aaa.tar
nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.tar.gz
nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.tar.bz2
nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.tar.xz
nixos-d7586c8dd6344813dd780f3e249c236be2735aaa.zip
ips for ymir
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 2 insertions, 2 deletions
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}