diff options
author | tv <tv@krebsco.de> | 2016-02-11 23:59:07 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-11 23:59:07 +0100 |
commit | 2b6a54c31c47667495187f9ff8f9a6009a2652ab (patch) | |
tree | ab00bc10716b73443dbe58d1279ce367e6cc71fc /krebs/3modules/tinc_graphs.nix | |
parent | 8c87356aee561fd8bc50dc2b7029ab30118f0d2c (diff) | |
parent | e8a0058f8cd654247eb0b08326dd34c3ac9cff6a (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'krebs/3modules/tinc_graphs.nix')
-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; |