diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 14:08:56 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 14:08:56 +0100 |
commit | f51088e6f792874bbfc4a6a4475f1467e4ad91ee (patch) | |
tree | e8e3ada52b497fa515cbb1ac99d1f6d3980d12f6 /custom/tinc/yggdrasil.nix | |
parent | 8ae56dd9af1e420a64ddb523f80d43df82f0d23e (diff) | |
download | nixos-f51088e6f792874bbfc4a6a4475f1467e4ad91ee.tar nixos-f51088e6f792874bbfc4a6a4475f1467e4ad91ee.tar.gz nixos-f51088e6f792874bbfc4a6a4475f1467e4ad91ee.tar.bz2 nixos-f51088e6f792874bbfc4a6a4475f1467e4ad91ee.tar.xz nixos-f51088e6f792874bbfc4a6a4475f1467e4ad91ee.zip |
restructuring
Diffstat (limited to 'custom/tinc/yggdrasil.nix')
-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 cc09804c..5fa76fe1 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 ./yggdrasil-hosts.nix ); | 16 | hosts = ( import ./hosts/yggdrasil.nix ); |
17 | extraConfig = connectTo; | 17 | extraConfig = connectTo; |
18 | scripts = { | 18 | scripts = { |
19 | tinc-up = '' | 19 | tinc-up = '' |