diff --git a/yami-dev-stack.nix b/yami-dev-stack.nix index dc7cc60..19e1041 100644 --- a/yami-dev-stack.nix +++ b/yami-dev-stack.nix @@ -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 = {