diff options
author | tv <tv@krebsco.de> | 2021-11-08 04:23:30 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-11-08 05:11:27 +0100 |
commit | 87f43a3be4da6f575393dcca7c17399ad06d8580 (patch) | |
tree | 97125e0464f198973499a32136d48315ee0ca34f /krebs/3modules/tinc_graphs.nix | |
parent | 551cfeadefc95b8c54366b61a49f65783a2b238d (diff) |
tinc_graphs: fix for manual
Diffstat (limited to 'krebs/3modules/tinc_graphs.nix')
-rw-r--r-- | krebs/3modules/tinc_graphs.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix index 19cce8aa4..7a414e6e3 100644 --- a/krebs/3modules/tinc_graphs.nix +++ b/krebs/3modules/tinc_graphs.nix @@ -24,6 +24,7 @@ let type = types.str; description = "Path to Hosts directory"; default = "${config.krebs.tinc.retiolum.hostsPackage}"; + defaultText = "\${config.krebs.tinc.retiolum.hostsPackage}"; }; network = mkOption { @@ -68,6 +69,7 @@ let Defaults to the new users home dir which defaults to /var/cache/tinc_graphs''; default = config.users.extraUsers.tinc_graphs.home; + defaultText = "<literal>\${config.users.extraUsers.tinc_graphs.home}</literal>"; }; timerConfig = mkOption { |