Languagetool allowOrigin *

This commit is contained in:
Matthias 2024-07-19 15:36:08 +02:00
parent 3498e4961e
commit 55ee2b430e

View file

@ -134,7 +134,10 @@ in {
configDir = "/home/kb-work/.config/syncthing"; configDir = "/home/kb-work/.config/syncthing";
}; };
services.languagetool.enable = true; services.languagetool = {
enable = true;
allowOrigin = "*";
};
services.pcscd.enable = true; services.pcscd.enable = true;
programs.gnupg.agent = { programs.gnupg.agent = {