modules.services.gitea: fix lfs

This commit is contained in:
2025-09-12 12:11:15 +08:00
parent 980edd9751
commit 053ac5668e

View File

@@ -38,6 +38,7 @@ inputs:
HTTP_PORT = 3002;
SSH_DOMAIN = gitea.ssh.hostname;
SSH_PORT = inputs.lib.mkIf (gitea.ssh.port != null) gitea.ssh.port;
LFS_ALLOW_PURE_SSH = true;
};
mailer =
{