ssh: fix proxyjump username
This commit is contained in:
parent
80879d76cf
commit
fd96056758
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
||||||
};
|
};
|
||||||
permafrost = {
|
permafrost = {
|
||||||
hostname = "scarlet.zynh.me";
|
hostname = "scarlet.zynh.me";
|
||||||
user = "zynh";
|
user = "ravenshade";
|
||||||
identityFile = keyPathIfSops "msiserver";
|
identityFile = keyPathIfSops "msiserver";
|
||||||
};
|
};
|
||||||
"msiserver.local" = lib.mkIf cfg.homeNetwork {
|
"msiserver.local" = lib.mkIf cfg.homeNetwork {
|
||||||
|
|
Loading…
Reference in a new issue