summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/tinc/yggdrasil.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix
index 73c8276e..337cd7f1 100644
--- a/custom/tinc/yggdrasil.nix
+++ b/custom/tinc/yggdrasil.nix
@@ -72,7 +72,7 @@ in {
72 services.customTinc.networks."yggdrasil" = { 72 services.customTinc.networks."yggdrasil" = {
73 inherit (cfg) name interfaceConfig; 73 inherit (cfg) name interfaceConfig;
74 debugLevel = 2; 74 debugLevel = 2;
75 hosts = ( import ./hosts/yggdrasil.nix ); 75 hosts = import ../../yggdrasil/hosts.nix;
76 extraConfig = '' 76 extraConfig = ''
77 Mode = switch 77 Mode = switch
78 PingTimeout = 30 78 PingTimeout = 30