summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/tinc_graphs.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-11 23:23:50 +0100
committermakefu <github@syntax-fehler.de>2016-02-11 23:23:50 +0100
commit5e8b9fd3d7f06751efca31cf76c5c62a0630e89a (patch)
tree3a1633af829e1115c1b34212709e07e46493d355 /krebs/3modules/tinc_graphs.nix
parent524a009c1e6cab6b38f6306ea2622581412aea5e (diff)
k 3 tinc_graphs: use new tinc-hosts
Diffstat (limited to 'krebs/3modules/tinc_graphs.nix')
-rw-r--r--krebs/3modules/tinc_graphs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix
index 1f32c2e5..dc0484a8 100644
--- a/krebs/3modules/tinc_graphs.nix
+++ b/krebs/3modules/tinc_graphs.nix
@@ -85,7 +85,7 @@ let
EXTERNAL_FOLDER = external_dir;
INTERNAL_FOLDER = internal_dir;
GEODB = cfg.geodbPath;
- TINC_HOSTPATH=config.krebs.retiolum.hosts;
+ TINC_HOSTPATH = config.krebs.retiolum.hostsPackage;
};
restartIfChanged = true;