feat: add encryption

This commit is contained in:
s-prechtl 2025-07-01 02:01:25 +02:00
parent e1f1d094d4
commit e2e4bd6271

View file

@ -22,7 +22,7 @@
configureRedis = true; configureRedis = true;
caching.redis = true; caching.redis = true;
extraApps = { 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; extraAppsEnable = true;
autoUpdateApps.enable = true; autoUpdateApps.enable = true;