fix(yami): use services.gitea.lfs.enable instead of raw LFS_START_SERVER #5

Merged
Chexit merged 1 commits from claude/add-yami-dev-stack-zHOMn into master 2026-04-19 15:02:39 +00:00
Chexit commented 2026-04-19 15:02:33 +00:00 (Migrated from github.com)

Raw LFS_START_SERVER made gitea try to generate and persist LFS_JWT_SECRET into app.ini, which NixOS intentionally keeps read-only. The lfs.enable helper lets the module own the secret and wire it in correctly.

Raw LFS_START_SERVER made gitea try to generate and persist LFS_JWT_SECRET into app.ini, which NixOS intentionally keeps read-only. The lfs.enable helper lets the module own the secret and wire it in correctly.
Sign in to join this conversation.