diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 14:15:59 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 14:15:59 +0100 |
commit | ce793d1c224835fe5c99cfca7d03bf5aa3ecee4d (patch) | |
tree | 595930bcf9409911190c0428ab0ae700ceb60428 | |
parent | 1ce6326cbd8ae6adbd1d42d9d754c46ae1fc4087 (diff) | |
download | nixos-ce793d1c224835fe5c99cfca7d03bf5aa3ecee4d.tar nixos-ce793d1c224835fe5c99cfca7d03bf5aa3ecee4d.tar.gz nixos-ce793d1c224835fe5c99cfca7d03bf5aa3ecee4d.tar.bz2 nixos-ce793d1c224835fe5c99cfca7d03bf5aa3ecee4d.tar.xz nixos-ce793d1c224835fe5c99cfca7d03bf5aa3ecee4d.zip |
typo
-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 = '' |