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, pkgs, ... }:
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
location = "/var/backup/postgresql";
|
location = "/var/backup/postgresql";
|
||||||
@ -19,7 +14,6 @@
|
|||||||
log_disconnections = true;
|
log_disconnections = true;
|
||||||
logging_collector = true;
|
logging_collector = true;
|
||||||
log_statement = "all";
|
log_statement = "all";
|
||||||
log_destination = lib.mkForce "syslog,jsonlog";
|
|
||||||
};
|
};
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user