Commit 006c379

HPCesia <me@hpcesia.com>
2025-08-04 13:07:21
feat: update forgejo ssh port
1 parent 30b622a
Changed files (2)
home
base
hosts
chaser-pardofelis
home/base/core/git.nix
@@ -35,7 +35,7 @@
         "ssh://git@codeberg.org/HPCesia" = {
           insteadOf = "https://codeberg.org/HPCesia";
         };
-        "ssh://git@repo.hpcesia.com:2222/HPCesia" = {
+        "ssh://git@repo.hpcesia.com:2233/HPCesia" = {
           insteadOf = "https://repo.hpcesia.com/HPCesia";
         };
       };
hosts/chaser-pardofelis/forgejo.nix
@@ -22,7 +22,7 @@
         HTTP_PORT = 3125;
         PROTOCOL = "http";
         START_SSH_SERVER = true;
-        SSH_PORT = 2222;
+        SSH_PORT = 2233;
         ROOT_URL = "https://${config.services.forgejo.settings.server.DOMAIN}/";
       };
       # TODO: Enable federation after I finalize a suitable instance name and switch to an independent domain.