mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-21 22:49:52 -07:00
feat: update ssh port for kaitotlex.systems
This commit is contained in:
parent
a8a330f0ed
commit
c10cd71411
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue