From ff2d0b922deb28f7b1b90deadce0944e3fe9c805 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 30 Aug 2025 16:39:56 +0200 Subject: [PATCH] feat: set nextcloud home to different location --- hosts/hitsugibune/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) 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; };