Skip to content

Commit

Permalink
services.postgresql: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
teto authored and thoughtpolice committed Jul 27, 2023
1 parent bdddb46 commit 6774f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/databases/postgresql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
'';
Expand Down

0 comments on commit 6774f3f

Please sign in to comment.