From 73fa9d1e067e626fec76eb713342644f72647c65 Mon Sep 17 00:00:00 2001 From: June <june@jsts.xyz> Date: Fri, 24 Jan 2025 11:44:29 +0100 Subject: [PATCH] git: enable Git LFS --- config/hosts/git/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hosts/git/forgejo.nix b/config/hosts/git/forgejo.nix index 665815d..85b13e6 100644 --- a/config/hosts/git/forgejo.nix +++ b/config/hosts/git/forgejo.nix @@ -14,6 +14,7 @@ enable = true; package = pkgs.forgejo; database.type = "postgres"; + lfs.enable = true; secrets = { mailer = {