hiroshi/languagetool: Remove restart option
It is now enabled by upstream NixOS.
This commit is contained in:
parent
b2b55c442b
commit
18b80bdd46
|
@ -23,9 +23,6 @@ in
|
||||||
# default log level is INFO, no easy way to reduce it.
|
# default log level is INFO, no easy way to reduce it.
|
||||||
#systemd.services.languagetool.serviceConfig.StandardOutput = "null";
|
#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" = {
|
services.nginx.virtualHosts."languagetool.sbruder.de" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue