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 {
|
||||
description = "Nextcloud version to choose from.";
|
||||
type = lib.types.enum [
|
||||
31
|
||||
32
|
||||
33
|
||||
];
|
||||
default = 31;
|
||||
default = 32;
|
||||
};
|
||||
|
||||
dataDir = lib.mkOption {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ lib, shb, ... }:
|
||||
let
|
||||
supportedVersion = [
|
||||
31
|
||||
32
|
||||
33
|
||||
];
|
||||
|
||||
adminUser = "root";
|
||||
|
|
|
|||
Loading…
Reference in a new issue