diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index 46c5d50..6efcb7e 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -10,6 +10,12 @@ in user = "git"; stateDir = "/srv/forgejo"; + database = { + inherit (cfg) user; + name = "git"; + type = "postgres"; + }; + lfs.enable = true; mailerPasswordFile = config.secrets.smtp-password;