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;