mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-06 02:30:50 +00:00
Languagetool allowOrigin *
This commit is contained in:
parent
3498e4961e
commit
55ee2b430e
|
|
@ -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…
Reference in a new issue