github-hosts-sync: fix for manual
This commit is contained in:
parent
87f43a3be4
commit
ae0c0de7f1
@ -22,6 +22,7 @@ let
|
|||||||
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"];
|
||||||
default = toString <secrets/github-hosts-sync.ssh.id_ed25519>;
|
default = toString <secrets/github-hosts-sync.ssh.id_ed25519>;
|
||||||
|
defaultText = "‹secrets/github-hosts-sync.ssh.id_ed25519›";
|
||||||
};
|
};
|
||||||
url = mkOption {
|
url = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
Loading…
Reference in New Issue
Block a user