fix(yami): use services.gitea.lfs.enable instead of raw LFS_START_SERVER #5
Reference in New Issue
Block a user
Delete Branch "claude/add-yami-dev-stack-zHOMn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.