refactor(hosts/luna): do not specify log destination for postgresql
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 43s

This commit is contained in:
Price Hiller 2024-08-25 00:30:43 -05:00
parent c27bdf76cd
commit dfd36e1d30
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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 = [
{