mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
fix: prosody shouldnt log debug messages
This commit is contained in:
parent
1903d664b4
commit
1710d3fbb8
|
@ -35,6 +35,11 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
services.prosody.extraConfig = ''
|
||||
log = {
|
||||
info = "*syslog";
|
||||
}
|
||||
'';
|
||||
services.nginx.virtualHosts."${cfg.subdomain}.${domain}" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = domain;
|
||||
|
|
Loading…
Reference in a new issue