feat: update ssh shortcode hosts

This commit is contained in:
Maddie H 2024-10-09 22:32:30 +01:00
parent 4ab3b7b6d2
commit 7ccabe0d39
Signed by: maddie
GPG Key ID: C296DE8C9053683F

View File

@ -3,14 +3,11 @@
enable = true; enable = true;
matchBlocks = { matchBlocks = {
jet = { jet = {
identityFile = "~/.ssh/id_ed25519_sk";
hostname = "jet.echo.clicks.domains"; hostname = "jet.echo.clicks.domains";
user = "maddie"; user = "maddie";
}; };
clicks = { desktop = {
identityFile = "~/.ssh/clickscodes"; hostname = "desktop.maddie.clicks.domains";
hostname = "git.clicks.codes";
port = 29418;
user = "maddie"; user = "maddie";
}; };
}; };