feat: update ssh port for kaitotlex.systems

This commit is contained in:
Youwen Wu 2025-06-17 23:00:06 -07:00
parent a8a330f0ed
commit c10cd71411
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -79,6 +79,12 @@
identityFile = config.age.secrets.youwen_dev_ssh_priv_key.path; identityFile = config.age.secrets.youwen_dev_ssh_priv_key.path;
identitiesOnly = true; identitiesOnly = true;
}; };
"provenance.kaitotlex.systems" = {
host = "code.functor.systems";
port = 26;
# identityFile = config.age.secrets.youwen_dev_ssh_priv_key.path;
# identitiesOnly = true;
};
"github" = { "github" = {
host = "github.com"; host = "github.com";
identityFile = config.age.secrets.github_ssh_priv_key.path; identityFile = config.age.secrets.github_ssh_priv_key.path;