feat: add the vm to the ssh config

This commit is contained in:
HerozDotExe 2026-02-26 18:58:48 +01:00
parent 5a6aeb1811
commit 41934a962d

View file

@ -59,6 +59,10 @@ in
"a8" = { "a8" = {
user = "heroz"; user = "heroz";
}; };
# ubuntu vm
"192.168.122.85" = {
user = "heroz";
};
}; };
}; };