refactor(hosts/luna): do not specify log destination for postgresql
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 43s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 43s
This commit is contained in:
parent
c27bdf76cd
commit
dfd36e1d30
@ -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 = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user