summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-04 14:03:06 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-04 14:03:06 +0100
commit84c3acb643d94f3dc0432165691e1c31c8f7385f (patch)
treef6fdd44aebda940ada039d5e6de75d1e5c79642b /ymir.nix
parentf487efb4775e80223b488222c09b719cda98a03e (diff)
downloadnixos-84c3acb643d94f3dc0432165691e1c31c8f7385f.tar
nixos-84c3acb643d94f3dc0432165691e1c31c8f7385f.tar.gz
nixos-84c3acb643d94f3dc0432165691e1c31c8f7385f.tar.bz2
nixos-84c3acb643d94f3dc0432165691e1c31c8f7385f.tar.xz
nixos-84c3acb643d94f3dc0432165691e1c31c8f7385f.zip
laeradhr
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}