try with forgejo git ssh port on 22

This commit is contained in:
pazpi 2026-04-14 16:47:58 +02:00
parent 9ad00da92a
commit a67d75e196
No known key found for this signature in database
4 changed files with 18 additions and 5 deletions

View file

@ -7,7 +7,7 @@
let
cfg = config.my.services.forgejo;
httpPort = 3000;
sshPort = 2222;
sshPort = 22;
in
{