Commit 6774f3fc authored by Matthieu Coudron's avatar Matthieu Coudron Committed by Austin Seipp
Browse files

services.postgresql: fix example

parent bdddb46f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
          }
        '';