tsuki/matrix-irc: postgresql.port -> postgresql.settings.port

This commit is contained in:
Oystein Kristoffer Tveit 2025-04-28 15:12:07 +02:00
parent 9567f3177a
commit 07b522969e
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -63,7 +63,7 @@ in {
database = {
engine = "postgres";
# TODO: use unix socket
connectionString = "postgres://matrix-appservice-irc:@localhost:${toString config.services.postgresql.port}/matrix-appservice-irc?sslmode=disable";
connectionString = "postgres://matrix-appservice-irc:@localhost:${toString config.services.postgresql.settings.port}/matrix-appservice-irc?sslmode=disable";
};
ircService = {