alpine: nextcloud 32
This commit is contained in:
parent
2e06f18f30
commit
37c5ac2c41
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ in {
|
|||
services.nextcloud = {
|
||||
enable = true;
|
||||
https = true;
|
||||
package = pkgs.nextcloud31;
|
||||
package = pkgs.nextcloud32;
|
||||
hostName = "files.${config.networking.domain}";
|
||||
configureRedis = true;
|
||||
database.createLocally = true;
|
||||
|
|
@ -83,7 +83,7 @@ in {
|
|||
previewgenerator
|
||||
deck
|
||||
news
|
||||
oidc_login
|
||||
# oidc_login
|
||||
recognize
|
||||
;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue