summaryrefslogtreecommitdiff
path: root/custom/tinc
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-17 19:40:51 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-17 19:40:51 +0200
commit3679845f4a46b1078e166b40ba3fc968b6e98af2 (patch)
tree83a4092067f9d105801eae86d939ea9ce2cfb0ec /custom/tinc
parent1213d7aeeea018043372370e6ef4229def72b6eb (diff)
downloadnixos-3679845f4a46b1078e166b40ba3fc968b6e98af2.tar
nixos-3679845f4a46b1078e166b40ba3fc968b6e98af2.tar.gz
nixos-3679845f4a46b1078e166b40ba3fc968b6e98af2.tar.bz2
nixos-3679845f4a46b1078e166b40ba3fc968b6e98af2.tar.xz
nixos-3679845f4a46b1078e166b40ba3fc968b6e98af2.zip
yggdrasil now needs tap
Diffstat (limited to 'custom/tinc')
-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