fix: prosody shouldnt log debug messages

This commit is contained in:
nhnn 2024-08-08 15:57:25 +03:00
parent 1903d664b4
commit 1710d3fbb8

View file

@ -35,6 +35,11 @@ in
};
};
};
services.prosody.extraConfig = ''
log = {
info = "*syslog";
}
'';
services.nginx.virtualHosts."${cfg.subdomain}.${domain}" = {
forceSSL = true;
useACMEHost = domain;