diff options
| -rw-r--r-- | custom/tinc/yggdrasil.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 331d3912..4191d2c4 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
| @@ -13,7 +13,7 @@ in { | |||
| 13 | "yggdrasil" = { | 13 | "yggdrasil" = { | 
| 14 | inherit name; | 14 | inherit name; | 
| 15 | debugLevel = 2; | 15 | debugLevel = 2; | 
| 16 | hosts = ( import ./custom/tinc/yggdrasil-hosts.nix ); | 16 | hosts = ( import ./yggdrasil-hosts.nix ); | 
| 17 | extraConfig = connectTo; | 17 | extraConfig = connectTo; | 
| 18 | scripts = { | 18 | scripts = { | 
| 19 | tinc-up = '' | 19 | tinc-up = '' | 
