github-hosts-sync: fix for manual

This commit is contained in:
tv 2021-11-08 04:22:56 +01:00
parent 29c59684a3
commit 07d9619956

View File

@ -18,6 +18,7 @@ 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"];