From 4185d9aeb3a7a371da4cc231869b39bf628212db Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 May 2016 13:19:33 +0200 Subject: explicitely connect to tinc network --- hel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hel.nix b/hel.nix index 852d9731..6830ad26 100644 --- a/hel.nix +++ b/hel.nix @@ -92,6 +92,7 @@ customTinc.networks = ((import ./custom/tinc/yggdrasil.nix) { inherit (pkgs) stdenv nettools openresolv; + connect = true; name = "hel"; ipConf = { ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; -- cgit v1.2.3