github-hosts-sync: fix for manual

This commit is contained in:
tv 2021-11-08 01:30:48 +01:00
parent 87f43a3be4
commit ae0c0de7f1

View File

@ -22,6 +22,7 @@ let
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;