feat: set nextcloud home to different location

This commit is contained in:
s-prechtl 2025-08-30 16:39:56 +02:00
parent 73d5cbcecb
commit ff2d0b922d

View file

@ -22,6 +22,7 @@
configureRedis = true; configureRedis = true;
caching.redis = true; caching.redis = true;
extraAppsEnable = true; extraAppsEnable = true;
home = "/data/nextcloud";
extraApps = { extraApps = {
inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend; inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend;
}; };