Merge pull request #5 from Chexit/claude/add-yami-dev-stack-zHOMn
fix(yami): use services.gitea.lfs.enable instead of raw LFS_START_SERVER
This commit was merged in pull request #5.
This commit is contained in:
+4
-1
@@ -48,6 +48,10 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
appName = "Yami Git";
|
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 = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
socket = "/run/postgresql";
|
socket = "/run/postgresql";
|
||||||
@@ -63,7 +67,6 @@ in
|
|||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
SSH_PORT = 2222;
|
SSH_PORT = 2222;
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
LFS_START_SERVER = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
service = {
|
service = {
|
||||||
|
|||||||
Reference in New Issue
Block a user