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