This commit is contained in:
andromeda
2026-01-10 15:30:17 +01:00
parent 90dd0582b0
commit 45f5249165
2 changed files with 4 additions and 7 deletions

View File

@@ -23,5 +23,5 @@
service.DISABLE_REGISTRATION = false;
};
};
services.openssh.ports = [config.services.forgejo.settings.server.HTTP_PORT];
services.openssh.ports = [config.services.forgejo.settings.server.SSH_PORT];
}