From 2c196ae87efbccd097b08d1af7d69df130e87776 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 2 Nov 2024 00:18:49 +0000 Subject: [PATCH] fix: disable the document writer untl its fixed --- applications/nextcloud.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/nextcloud.nix b/applications/nextcloud.nix index e1ca27e..04f52fa 100644 --- a/applications/nextcloud.nix +++ b/applications/nextcloud.nix @@ -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} = {