Fix bad port
ci / test (push) Successful in 53s Details
ci / deploy (push) Successful in 2m19s Details

This commit is contained in:
Hayajiro 2023-11-19 21:19:58 +01:00
parent e618d6515a
commit e5d96268c5
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
};
"reject.elmosco.lewd.wtf" = {
sshOpts = [ "-p" "22113" "-o" "StrictHostKeyChecking=no" ];
sshOpts = [ "-p" "22104" "-o" "StrictHostKeyChecking=no" ];
hostname = "reject.elmosco.lewd.wtf";
fastConnection = true;