From dfd36e1d304c642c171bd3e88640298acace6711 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 25 Aug 2024 00:30:43 -0500 Subject: [PATCH] refactor(hosts/luna): do not specify log destination for postgresql --- hosts/luna/modules/services/postgresql.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/luna/modules/services/postgresql.nix b/hosts/luna/modules/services/postgresql.nix index b932f108..6d1b73c4 100644 --- a/hosts/luna/modules/services/postgresql.nix +++ b/hosts/luna/modules/services/postgresql.nix @@ -1,9 +1,4 @@ -{ - config, - lib, - pkgs, - ... -}: +{ config, pkgs, ... }: { services.postgresqlBackup = { location = "/var/backup/postgresql"; @@ -19,7 +14,6 @@ log_disconnections = true; logging_collector = true; log_statement = "all"; - log_destination = lib.mkForce "syslog,jsonlog"; }; ensureUsers = [ {