github-hosts-sync: fix for manual
This commit is contained in:
parent
29c59684a3
commit
07d9619956
@ -18,6 +18,7 @@ let
|
|||||||
srcDir = mkOption {
|
srcDir = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "${config.krebs.tinc.retiolum.confDir}/hosts";
|
default = "${config.krebs.tinc.retiolum.confDir}/hosts";
|
||||||
|
defaultText = "\${config.krebs.tinc.retiolum.confDir}/hosts";
|
||||||
};
|
};
|
||||||
ssh-identity-file = mkOption {
|
ssh-identity-file = mkOption {
|
||||||
type = types.suffixed-str [".ssh.id_ed25519" ".ssh.id_rsa"];
|
type = types.suffixed-str [".ssh.id_ed25519" ".ssh.id_rsa"];
|
||||||
|
Loading…
Reference in New Issue
Block a user