alpine: update nextcloud31 and add recognize
This commit is contained in:
parent
d6da45e36a
commit
0e2eef3ee0
1 changed files with 3 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ in {
|
|||
services.nextcloud = {
|
||||
enable = true;
|
||||
https = true;
|
||||
package = pkgs.nextcloud30;
|
||||
package = pkgs.nextcloud31;
|
||||
hostName = "files.${config.networking.domain}";
|
||||
configureRedis = true;
|
||||
database.createLocally = true;
|
||||
|
|
@ -79,11 +79,12 @@ in {
|
|||
gpoddersync
|
||||
memories
|
||||
notes
|
||||
maps
|
||||
# maps
|
||||
previewgenerator
|
||||
deck
|
||||
news
|
||||
oidc_login
|
||||
recognize
|
||||
;
|
||||
};
|
||||
maxUploadSize = "5G";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue