From 3843d742b52eefc55067034b04be8be2b4cbb558 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 May 2024 05:17:12 -0400 Subject: [PATCH] Infini-DL360/forgejo: migrate to postgresql --- hosts/Infini-DL360/forgejo.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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;