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/github-hosts-sync.nix | |
parent | 0e668121a1388914f33a6546c2f63adc212a38c4 (diff) | |
parent | c979f7009f5ff1b2d25158aff1bca0f5be2dba54 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'krebs/3modules/github-hosts-sync.nix')
-rw-r--r-- | krebs/3modules/github-hosts-sync.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix index d385ec355..9421576df 100644 --- a/krebs/3modules/github-hosts-sync.nix +++ b/krebs/3modules/github-hosts-sync.nix @@ -18,10 +18,12 @@ let srcDir = mkOption { type = types.str; default = "${config.krebs.tinc.retiolum.confDir}/hosts"; + defaultText = "\${config.krebs.tinc.retiolum.confDir}/hosts"; }; ssh-identity-file = mkOption { type = types.suffixed-str [".ssh.id_ed25519" ".ssh.id_rsa"]; default = toString <secrets/github-hosts-sync.ssh.id_ed25519>; + defaultText = "‹secrets/github-hosts-sync.ssh.id_ed25519›"; }; url = mkOption { type = types.str; |