Update Nextcloud

This commit is contained in:
Julien Hémono 2025-05-01 10:36:17 +02:00
parent e4a6d2bdbf
commit 85c10ea391
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ in {
services.nextcloud.config.objectstore.s3 = {
enable = true;
bucket = "seitan-nextcloud";
autocreate = true;
verify_bucket_exists = true;
key = accessKeyId;
secretFile = secrets.nextcloud_backblaze_application_secret.path;
hostname = endpoint;

View file

@ -4,7 +4,7 @@
# Nextcloud
services.nextcloud = {
enable = true;
package = pkgs.nextcloud30;
package = pkgs.nextcloud31;
hostName = "suite.hemono.fr";
https = true;
# phpOptions = {