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; }; };