Nextcloud: renamed config parameter
This commit is contained in:
parent
a69144307a
commit
5a67cd543b
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue