Nextcloud: renamed config parameter

This commit is contained in:
Filippo Berto 2025-06-03 16:04:15 +02:00
parent a69144307a
commit 5a67cd543b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -75,7 +75,7 @@ in
objectstore.s3 = { objectstore.s3 = {
enable = true; enable = true;
bucket = "nextcloud"; bucket = "nextcloud";
autocreate = true; verify_bucket_exists = true;
key = "eHYd9AS6TLHlACBX2fC7"; key = "eHYd9AS6TLHlACBX2fC7";
secretFile = config.age.secrets.nextcloud_bucket_secret.path; secretFile = config.age.secrets.nextcloud_bucket_secret.path;
hostname = "localhost"; hostname = "localhost";