diff options
author | makefu <github@syntax-fehler.de> | 2016-02-11 23:23:50 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-11 23:23:50 +0100 |
commit | 5e8b9fd3d7f06751efca31cf76c5c62a0630e89a (patch) | |
tree | 3a1633af829e1115c1b34212709e07e46493d355 /krebs | |
parent | 524a009c1e6cab6b38f6306ea2622581412aea5e (diff) |
k 3 tinc_graphs: use new tinc-hosts
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/tinc_graphs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix index 1f32c2e59..dc0484a8b 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; |