From 055a66adf4ab3854483500adbe7af30f800d154a Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 31 Jul 2026 19:55:21 +0200 Subject: [PATCH] fix path --- hosts/git/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/git/forgejo.nix b/hosts/git/forgejo.nix index c358b1d..613119e 100644 --- a/hosts/git/forgejo.nix +++ b/hosts/git/forgejo.nix @@ -51,7 +51,7 @@ in createDatabase = false; host = "sql.${config.networking.domain}"; name = "git"; - passwordFile = config.age.secrets.postgresql-forgejo.path; + passwordFile = config.age.secrets.postgres-forgejo.path; port = 5432; user = "git"; type = "postgres";