fix(yami): use services.gitea.lfs.enable instead of raw LFS_START_SERVER #5
+4
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user