challenger: update to nixos 25.11. Update to nextcloud 32

This commit is contained in:
2025-12-02 00:14:36 +01:00
parent f7ce8585b5
commit 8aa123303c
3 changed files with 20 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ let
in {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud31;
package = pkgs.nextcloud32;
inherit hostName;
home = "/tank/nextcloud";
https = true;