fix: disable the document writer untl its fixed
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / deploy_active (active-core) (push) Has been cancelled
Build_Deploy / deploy_active (active-ext) (push) Has been cancelled
Build_Deploy / deploy_dns (push) Blocked by required conditions
Build_Deploy / deploy_active (active) (push) Blocked by required conditions
Build_Deploy / build (push) Has been cancelled

This commit is contained in:
silver 2024-11-02 00:18:49 +00:00
parent abf5571edb
commit d1c2d2885c
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -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} = {