Fix bad port
This commit is contained in:
parent
e618d6515a
commit
e5d96268c5
|
@ -158,7 +158,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"reject.elmosco.lewd.wtf" = {
|
"reject.elmosco.lewd.wtf" = {
|
||||||
sshOpts = [ "-p" "22113" "-o" "StrictHostKeyChecking=no" ];
|
sshOpts = [ "-p" "22104" "-o" "StrictHostKeyChecking=no" ];
|
||||||
hostname = "reject.elmosco.lewd.wtf";
|
hostname = "reject.elmosco.lewd.wtf";
|
||||||
fastConnection = true;
|
fastConnection = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue