ssh: log in to server as my user instead of root
This commit is contained in:
parent
e6b4d083a6
commit
03685ac0be
|
@ -128,7 +128,7 @@
|
|||
matchBlocks = {
|
||||
"git*".user = "git";
|
||||
"legion" = {
|
||||
user = "root";
|
||||
user = "xenia";
|
||||
hostname = "192.168.1.230";
|
||||
};
|
||||
"ionos" = {
|
||||
|
|
Loading…
Reference in a new issue