diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 14:03:06 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 14:03:06 +0100 |
commit | 84c3acb643d94f3dc0432165691e1c31c8f7385f (patch) | |
tree | f6fdd44aebda940ada039d5e6de75d1e5c79642b /ymir.nix | |
parent | f487efb4775e80223b488222c09b719cda98a03e (diff) | |
download | nixos-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.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | } |