fix: disable the document writer untl its fixed
This commit is contained in:
parent
c648bded74
commit
2c196ae87e
1 changed files with 3 additions and 3 deletions
|
@ -108,9 +108,9 @@ in {
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# impacted by https://github.com/NixOS /nixpkgs/issues/352443
|
||||
services.onlyoffice = {
|
||||
enable = true;
|
||||
};
|
||||
# services.onlyoffice = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
services.nginx.virtualHosts = {
|
||||
${domain} = {
|
||||
|
|
Loading…
Reference in a new issue