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;
|
nixpkgs.config.allowUnfree = true;
|
||||||
# impacted by https://github.com/NixOS /nixpkgs/issues/352443
|
# impacted by https://github.com/NixOS /nixpkgs/issues/352443
|
||||||
services.onlyoffice = {
|
# services.onlyoffice = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
${domain} = {
|
${domain} = {
|
||||||
|
|
Loading…
Reference in a new issue