From d3aa8b62ed21ef068707848ec562c2a3675d2f00 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 8 Aug 2025 12:47:24 +0300 Subject: [PATCH] feat: Enabled lfs --- nixos/mirai/services/gitea.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/mirai/services/gitea.nix b/nixos/mirai/services/gitea.nix index 0e630f22..ba6e80fb 100644 --- a/nixos/mirai/services/gitea.nix +++ b/nixos/mirai/services/gitea.nix @@ -16,6 +16,7 @@ services = { gitea = { enable = true; + lfs.enable = true; settings = { service = { ENABLE_REVERSE_PROXY_AUTHENTICATION = true; @@ -31,7 +32,7 @@ server = { ROOT_URL = "https://git.darksailor.dev"; DOMAIN = "git.darksailor.dev"; - LFS_START_SERVER = true; + # LFS_START_SERVER = true; LFS_ALLOW_PURE_SSH = true; }; };