Commit 006c379
Changed files (2)
home
base
core
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.