aboutsummaryrefslogtreecommitdiff
path: root/modules/services/nixos/selfhost
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-24 18:30:10 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-24 18:30:10 -0600
commite5b58133c49d7c99f96de9f2354cd3f10ecbbf60 (patch)
tree9044c382ce4fe55d7008ac99339f1be807c09095 /modules/services/nixos/selfhost
parent548806184d9f9ebeb8e4ee60722860e0085874d2 (diff)
more ssh config
Diffstat (limited to 'modules/services/nixos/selfhost')
-rw-r--r--modules/services/nixos/selfhost/forgejo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/nixos/selfhost/forgejo.nix b/modules/services/nixos/selfhost/forgejo.nix
index 4571dca..1b02628 100644
--- a/modules/services/nixos/selfhost/forgejo.nix
+++ b/modules/services/nixos/selfhost/forgejo.nix
@@ -19,9 +19,9 @@ in
START_SSH_SERVER = true; # use builtin ssh server
BUILTIN_SSH_SERVER_USER = "git";
SSH_DOMAIN = "ganymede";
- SSH_PORT = 2222; # don't conflict with system ssh
+ SSH_PORT = 2225; # don't conflict with system ssh
SSH_LISTEN_HOST = cfg.bind_host;
- SSH_LISTEN_PORT = 2222;
+ SSH_LISTEN_PORT = 2225;
};
service = {
DISABLE_REGISTRATION = false;