From 0062c59c0a21b59d8a3a5abd48fb480a091a03f8 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 13 May 2024 11:21:25 -0400 Subject: [PATCH] Infini-DL360/forgejo: enable git lfs --- hosts/Infini-DL360/forgejo.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index cb4ffe4..46c5d50 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -6,8 +6,12 @@ in { services.forgejo = { enable = true; + user = "git"; stateDir = "/srv/forgejo"; + + lfs.enable = true; + mailerPasswordFile = config.secrets.smtp-password; settings = { server = {