summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/tinc/yggdrasil.nix1
1 files changed, 1 insertions, 0 deletions
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 {
73 inherit (cfg) name interfaceConfig; 73 inherit (cfg) name interfaceConfig;
74 debugLevel = 2; 74 debugLevel = 2;
75 hosts = import ../../yggdrasil/hosts.nix; 75 hosts = import ../../yggdrasil/hosts.nix;
76 interfaceType = "tap";
76 extraConfig = '' 77 extraConfig = ''
77 Mode = switch 78 Mode = switch
78 PingTimeout = 30 79 PingTimeout = 30