services.postgresql: fix example

This commit is contained in:
Matthieu Coudron 2023-07-27 11:48:25 +02:00 committed by Austin Seipp
parent bdddb46f4b
commit 6774f3fc04

View file

@ -404,8 +404,8 @@ in
{
log_connections = true;
log_statement = "all";
logging_collector = true
log_disconnections = true
logging_collector = true;
log_disconnections = true;
log_destination = lib.mkForce "syslog";
}
'';