From e074475f5e6fa5aae520ba0adf31abd17c3bcd6f Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 8 Aug 2025 15:04:37 +0530 Subject: [PATCH] feat: Added lfs --- nixos/mirai/services/gitea.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/mirai/services/gitea.nix b/nixos/mirai/services/gitea.nix index 0705787b..0e630f22 100644 --- a/nixos/mirai/services/gitea.nix +++ b/nixos/mirai/services/gitea.nix @@ -31,6 +31,8 @@ server = { ROOT_URL = "https://git.darksailor.dev"; DOMAIN = "git.darksailor.dev"; + LFS_START_SERVER = true; + LFS_ALLOW_PURE_SSH = true; }; }; };