fix(nextcloud): Use correct settings for S3 config

This commit is contained in:
Tom Hubrecht 2023-12-18 09:41:55 +01:00
parent 088b7bee00
commit 7705b2c30a
2 changed files with 7 additions and 1 deletions

View file

@ -34,7 +34,7 @@ in {
bucket = "nextcloud-dgnum"; bucket = "nextcloud-dgnum";
key = "GKda5367c73ca607c349d83c35"; key = "GKda5367c73ca607c349d83c35";
autocreate = false; verify_bucket_exists = false;
secretFile = config.age.secrets."nextcloud-s3_secret_file".path; secretFile = config.age.secrets."nextcloud-s3_secret_file".path;
}; };
}; };

View file

@ -24,5 +24,11 @@
id = 273035; id = 273035;
hash = "sha256-bxuXH6KZGdu1yIgyeAHP+K7xGgJ404jSE32saGHf9KM="; hash = "sha256-bxuXH6KZGdu1yIgyeAHP+K7xGgJ404jSE32saGHf9KM=";
} }
# nixos/nextcloud: Rename autocreate (a no-op) to verify_bucket_exists
{
id = 275165;
hash = "sha256-XVq72jiLCDrZhADgyvI5y1y/5zlpX89vUBvxUolrYp8=";
}
]; ];
} }