diff --git a/modules/services/forgejo.nix b/modules/services/forgejo.nix index 52f0ee5..6dcbaed 100644 --- a/modules/services/forgejo.nix +++ b/modules/services/forgejo.nix @@ -84,6 +84,8 @@ in ROOT_URL = "https://git.${cfg.proxy.domain}"; START_SSH_SERVER = true; SSH_PORT = sshPort; + # Listen on all interfaces so git push/pull via SSH works from other hosts + SSH_LISTEN_HOST = "0.0.0.0"; HTTP_PORT = httpPort; }; actions = {