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 = {