From c10cd714110f67972cfbf8d7a1eb67564791aa0f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 17 Jun 2025 23:00:06 -0700 Subject: [PATCH] feat: update ssh port for kaitotlex.systems --- reference/users/youwen/hm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/users/youwen/hm.nix b/reference/users/youwen/hm.nix index 58228ff..af751ff 100644 --- a/reference/users/youwen/hm.nix +++ b/reference/users/youwen/hm.nix @@ -79,6 +79,12 @@ identityFile = config.age.secrets.youwen_dev_ssh_priv_key.path; identitiesOnly = true; }; + "provenance.kaitotlex.systems" = { + host = "code.functor.systems"; + port = 26; + # identityFile = config.age.secrets.youwen_dev_ssh_priv_key.path; + # identitiesOnly = true; + }; "github" = { host = "github.com"; identityFile = config.age.secrets.github_ssh_priv_key.path;