Update username in ssh config

This commit is contained in:
Evie Litherland-Smith 2024-03-08 07:05:28 +00:00
parent 1d99e2b00d
commit 47300973eb

View file

@ -14,11 +14,11 @@
matchBlocks = {
"git*".user = "git";
"legion" = {
user = "xenia";
user = "pixelifytica";
hostname = "192.168.1.230";
};
"vanguard" = {
user = "xenia";
user = "pixelifytica";
hostname = "192.168.1.166";
};
"ionos" = {