Add SSH alias for Windows VM

This commit is contained in:
ltadeu6 2026-05-28 19:21:42 -03:00
parent 2d369d8a7e
commit fbc79978e1
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -489,6 +489,10 @@ PY
user = "u0_a254"; user = "u0_a254";
port = 8022; port = 8022;
}; };
win11 = {
hostname = "win11";
user = "user";
};
}; };
}; };
} }