Use nextcloud32 (nextcloud31 is EOL in nixpkgs 25.11)

This commit is contained in:
ltadeu6 2026-05-25 17:28:36 -03:00
parent b047f80dd1
commit 6e293a5c8d
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -136,7 +136,7 @@ in {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud31;
package = pkgs.nextcloud32;
hostName = "nextcloud.tadix.dev";
https = true;
database.createLocally = true;