diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index c3ad0e1..306d08c 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -22,6 +22,7 @@ configureRedis = true; caching.redis = true; extraAppsEnable = true; + home = "/data/nextcloud"; extraApps = { inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend; };