From 52f3157d1a25048a9b3900a4241637eb1d3c3914 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Apr 2018 12:31:00 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/tinc/yggdrasil.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'custom') diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index f5684d08..48fe2a2e 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix @@ -43,6 +43,10 @@ in { }; config = mkIf cfg.enable { + networking.extraResolvconfConf = '' + interface_order=lo lo[0-9]* yggdrasil + ''; + services.customTinc.networks."yggdrasil" = { inherit (cfg) name interfaceConfig; debugLevel = 2; -- cgit v1.2.3