From 84c3acb643d94f3dc0432165691e1c31c8f7385f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Nov 2015 14:03:06 +0100 Subject: laeradhr --- ymir.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 502e608b..69e18b72 100644 --- a/ymir.nix +++ b/ymir.nix @@ -152,5 +152,13 @@ in { ipConf = { ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; }; + }) + // ((import ./custom/tinc/laeradhr.nix) { + inherit (pkgs) stdenv nettools openresolv; + name = "ymir"; + connect = false; + ipConf = { + ip4 = [ { address = "10.142.0.3"; prefixLength = 16; } ]; + }; }); } -- cgit v1.2.3