diff options
author | lassulus <lassulus@lassul.us> | 2021-11-08 09:06:57 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-11-08 09:06:57 +0100 |
commit | 4452b26816fa10269f0ab850467c0feff87f64d8 (patch) | |
tree | 7d5c939254ae2308d557296b4ebdb695cdc754f4 /krebs/3modules/tinc_graphs.nix | |
parent | 0e668121a1388914f33a6546c2f63adc212a38c4 (diff) | |
parent | c979f7009f5ff1b2d25158aff1bca0f5be2dba54 (diff) |
Merge remote-tracking branch 'ni/master'
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 { |