fix: add truth.youwen.dev to ssh hosts file

This commit is contained in:
Youwen Wu 2024-12-27 21:20:34 -08:00
parent 84850504fd
commit 0cf902ba61
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -41,6 +41,11 @@
port = 222; port = 222;
identityFile = config.age.secrets.gallium_server_ssh.path; identityFile = config.age.secrets.gallium_server_ssh.path;
}; };
"truth.youwen.dev" = {
host = "truth.youwen.dev";
port = 222;
identityFile = config.age.secrets.gallium_server_ssh.path;
};
}; };
addKeysToAgent = "yes"; addKeysToAgent = "yes";
}; };