From 07b522969ea69cd42ded4ad9ab11be503f9d6525 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 28 Apr 2025 15:12:07 +0200 Subject: [PATCH] tsuki/matrix-irc: postgresql.port -> postgresql.settings.port --- hosts/tsuki/services/matrix/bridges/matrix-appservice-irc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tsuki/services/matrix/bridges/matrix-appservice-irc.nix b/hosts/tsuki/services/matrix/bridges/matrix-appservice-irc.nix index f06ade7..bc554c7 100644 --- a/hosts/tsuki/services/matrix/bridges/matrix-appservice-irc.nix +++ b/hosts/tsuki/services/matrix/bridges/matrix-appservice-irc.nix @@ -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 = {