This commit is contained in:
XenGi 2026-07-31 19:55:21 +02:00
commit 055a66adf4
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -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";