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
Showing only changes of commit 6a2fb0970c - Show all commits
+4 -1
View File
@@ -48,6 +48,10 @@ in
enable = true;
appName = "Yami Git";
# LFS enabled via the NixOS helper so the module manages LFS_JWT_SECRET
# (writing it to app.ini, which is read-only by design).
lfs.enable = true;
database = {
type = "postgres";
socket = "/run/postgresql";
@@ -63,7 +67,6 @@ in
HTTP_PORT = 3000;
SSH_PORT = 2222;
START_SSH_SERVER = true;
LFS_START_SERVER = true;
};
service = {