ssh: log in to server as my user instead of root

This commit is contained in:
Evie Litherland-Smith 2023-12-12 06:58:43 +00:00
parent e6b4d083a6
commit 03685ac0be

View file

@ -128,7 +128,7 @@
matchBlocks = {
"git*".user = "git";
"legion" = {
user = "root";
user = "xenia";
hostname = "192.168.1.230";
};
"ionos" = {