tsuki/matrix-irc: postgresql.port -> postgresql.settings.port
This commit is contained in:
parent
9567f3177a
commit
07b522969e
@ -63,7 +63,7 @@ in {
|
|||||||
database = {
|
database = {
|
||||||
engine = "postgres";
|
engine = "postgres";
|
||||||
# TODO: use unix socket
|
# 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 = {
|
ircService = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user