This commit is contained in:
XenGi 2026-07-31 19:54:44 +02:00
commit 6622d5ee88
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.postgresql-forgejo.path;
port = 5432;
user = "git";
type = "postgres";