hiroshi/languagetool: Remove restart option

It is now enabled by upstream NixOS.
This commit is contained in:
Simon Bruder 2024-12-15 17:02:43 +01:00
parent b2b55c442b
commit 18b80bdd46
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -23,9 +23,6 @@ in
# default log level is INFO, no easy way to reduce it.
#systemd.services.languagetool.serviceConfig.StandardOutput = "null";
# It often runs out of java heap memory, no matter what settinsg are used.
systemd.services.languagetool.serviceConfig.Restart = "always";
services.nginx.virtualHosts."languagetool.sbruder.de" = {
enableACME = true;
forceSSL = true;