Bump Nextcloud to 32

This commit is contained in:
Amanda Graven 2026-02-22 14:48:03 +01:00
parent 7d3a905a5b
commit b2482bcd0e
Signed by: amanda
GPG key ID: F747582C5608F4CB
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
enable = true;
hostName = "cloud.graven.dev";
https = true;
package = pkgs.nextcloud31;
package = pkgs.nextcloud32;
autoUpdateApps.enable = true;
maxUploadSize = "10G";
webfinger = true;