summaryrefslogtreecommitdiff
path: root/custom/tinc
diff options
context:
space:
mode:
Diffstat (limited to 'custom/tinc')
-rw-r--r--custom/tinc/yggdrasil.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix
index 48fe2a2e..f5684d08 100644
--- a/custom/tinc/yggdrasil.nix
+++ b/custom/tinc/yggdrasil.nix
@@ -43,10 +43,6 @@ in {
43 }; 43 };
44 44
45 config = mkIf cfg.enable { 45 config = mkIf cfg.enable {
46 networking.extraResolvconfConf = ''
47 interface_order=lo lo[0-9]* yggdrasil
48 '';
49
50 services.customTinc.networks."yggdrasil" = { 46 services.customTinc.networks."yggdrasil" = {
51 inherit (cfg) name interfaceConfig; 47 inherit (cfg) name interfaceConfig;
52 debugLevel = 2; 48 debugLevel = 2;