From 6bb6ba6a9b9ffcc29266e6ec5be37ba74305e3f6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:24:39 +0400 Subject: [PATCH] enable onlyoffice --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index a798ef55..f295e0e7 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -100,6 +100,7 @@ }; work = { libreoffice.enable = true; + onlyoffice.enable = true; }; security = { age.enable = true;