From e2e4bd6271893b7cdaee9320e17d41e0c8f46bc6 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Jul 2025 02:01:25 +0200 Subject: [PATCH] feat: add encryption --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 89718c0..90c9e64 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -22,7 +22,7 @@ configureRedis = true; caching.redis = true; extraApps = { - inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks; + inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks encryption; }; extraAppsEnable = true; autoUpdateApps.enable = true;