From d24181189eba1d4c0749a29a845b85d1bad85942 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 31 Jul 2026 20:18:53 +0200 Subject: [PATCH] fix db --- hosts/git/forgejo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/git/forgejo.nix b/hosts/git/forgejo.nix index 613119e..dd743d2 100644 --- a/hosts/git/forgejo.nix +++ b/hosts/git/forgejo.nix @@ -50,10 +50,10 @@ in database = { createDatabase = false; host = "sql.${config.networking.domain}"; - name = "git"; + name = "forgejo"; passwordFile = config.age.secrets.postgres-forgejo.path; port = 5432; - user = "git"; + user = "forgejo"; type = "postgres"; }; };