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
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:
parent
abf5571edb
commit
d1c2d2885c
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