tinc_graphs: fix for manual

This commit is contained in:
tv 2021-11-08 04:23:30 +01:00
parent 551cfeadef
commit 87f43a3be4

View File

@ -24,6 +24,7 @@ let
type = types.str; type = types.str;
description = "Path to Hosts directory"; description = "Path to Hosts directory";
default = "${config.krebs.tinc.retiolum.hostsPackage}"; default = "${config.krebs.tinc.retiolum.hostsPackage}";
defaultText = "\${config.krebs.tinc.retiolum.hostsPackage}";
}; };
network = mkOption { network = mkOption {
@ -68,6 +69,7 @@ let
Defaults to the new users home dir which defaults to Defaults to the new users home dir which defaults to
/var/cache/tinc_graphs''; /var/cache/tinc_graphs'';
default = config.users.extraUsers.tinc_graphs.home; default = config.users.extraUsers.tinc_graphs.home;
defaultText = "<literal>\${config.users.extraUsers.tinc_graphs.home}</literal>";
}; };
timerConfig = mkOption { timerConfig = mkOption {