diff options
author | makefu <github@syntax-fehler.de> | 2016-07-20 17:20:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-07-20 17:20:47 +0200 |
commit | 0c40af375f26788bd098b7594ae5425fedd68fb4 (patch) | |
tree | 37c33f3472aa68ba5ce941cf86455c0821df5e46 /krebs/3modules/tinc_graphs.nix | |
parent | 46232b30beba336ccc6a1a75e1cc9d66646b5dcc (diff) |
/ : s/krebs\.retiolum/krebs.tinc.retiolum/ggum/multi-tinc
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 0f1bae090..d783ba03b 100644 --- a/krebs/3modules/tinc_graphs.nix +++ b/krebs/3modules/tinc_graphs.nix @@ -23,7 +23,7 @@ let hostsPath = mkOption { type = types.str; description = "Path to Hosts directory"; - default = "${config.krebs.retiolum.hostsPackage}"; + default = "${config.krebs.tinc.retiolum.hostsPackage}"; }; network = mkOption { |