diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 12:31:55 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 12:31:55 +0200 |
commit | 8351d19546129107baecaab044e8bc14f6221f3f (patch) | |
tree | 12fd02dbb47062c936a03277fc97a36116d64357 | |
parent | 52f3157d1a25048a9b3900a4241637eb1d3c3914 (diff) | |
download | nixos-8351d19546129107baecaab044e8bc14f6221f3f.tar nixos-8351d19546129107baecaab044e8bc14f6221f3f.tar.gz nixos-8351d19546129107baecaab044e8bc14f6221f3f.tar.bz2 nixos-8351d19546129107baecaab044e8bc14f6221f3f.tar.xz nixos-8351d19546129107baecaab044e8bc14f6221f3f.zip |
Revert "…"
This reverts commit 52f3157d1a25048a9b3900a4241637eb1d3c3914.
-rw-r--r-- | custom/tinc/yggdrasil.nix | 4 |
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; |