nextcloud: bump to 32 and 33

This commit is contained in:
ibizaman 2026-03-08 23:46:57 +01:00
parent 1f39b4be65
commit 246df657e3
2 changed files with 3 additions and 3 deletions

View file

@ -91,10 +91,10 @@ in
version = lib.mkOption { version = lib.mkOption {
description = "Nextcloud version to choose from."; description = "Nextcloud version to choose from.";
type = lib.types.enum [ type = lib.types.enum [
31
32 32
33
]; ];
default = 31; default = 32;
}; };
dataDir = lib.mkOption { dataDir = lib.mkOption {

View file

@ -1,8 +1,8 @@
{ lib, shb, ... }: { lib, shb, ... }:
let let
supportedVersion = [ supportedVersion = [
31
32 32
33
]; ];
adminUser = "root"; adminUser = "root";