This commit is contained in:
XenGi 2026-07-31 20:18:53 +02:00
commit d24181189e
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

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