diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 69fe37b..4ac36e2 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -35,7 +35,7 @@ inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend; }; autoUpdateApps.enable = true; - package = pkgs.nextcloud31; + package = pkgs.nextcloud32; config = { adminuser = "admin"; adminpassFile = config.age.secrets.nextcloud.path;