From 3679845f4a46b1078e166b40ba3fc968b6e98af2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 17 Apr 2018 19:40:51 +0200 Subject: yggdrasil now needs tap --- custom/tinc/yggdrasil.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 337cd7f1..91c1add8 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix @@ -73,6 +73,7 @@ in { inherit (cfg) name interfaceConfig; debugLevel = 2; hosts = import ../../yggdrasil/hosts.nix; + interfaceType = "tap"; extraConfig = '' Mode = switch PingTimeout = 30 -- cgit v1.2.3