nextcloud: bump to 32 and 33
This commit is contained in:
parent
1f39b4be65
commit
246df657e3
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{ lib, shb, ... }:
|
{ lib, shb, ... }:
|
||||||
let
|
let
|
||||||
supportedVersion = [
|
supportedVersion = [
|
||||||
31
|
|
||||||
32
|
32
|
||||||
|
33
|
||||||
];
|
];
|
||||||
|
|
||||||
adminUser = "root";
|
adminUser = "root";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue