Add config for ssh into home

This commit is contained in:
BuyMyMojo 2025-04-04 13:11:28 +11:00
parent 3d54d10f5b
commit bbca96d4fc
Signed by untrusted user who does not match committer: aria
GPG key ID: 7099C0CE0FDCEA69

View file

@ -85,6 +85,11 @@ in
user = "git";
port = 23;
};
"vtt.buymymojo.net" = {
hostname = "vtt.buymymojo.net";
user = "admin";
};
};
# === shells ===