Languagetool allowOrigin *
This commit is contained in:
parent
3498e4961e
commit
55ee2b430e
1 changed files with 4 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue