From 7705b2c30a674a1943ac871bdbb1434820df0dda Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Mon, 18 Dec 2023 09:41:55 +0100 Subject: [PATCH] fix(nextcloud): Use correct settings for S3 config --- machines/compute01/nextcloud.nix | 2 +- patches/default.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/machines/compute01/nextcloud.nix b/machines/compute01/nextcloud.nix index b6b24dd..32f31bd 100644 --- a/machines/compute01/nextcloud.nix +++ b/machines/compute01/nextcloud.nix @@ -34,7 +34,7 @@ in { bucket = "nextcloud-dgnum"; key = "GKda5367c73ca607c349d83c35"; - autocreate = false; + verify_bucket_exists = false; secretFile = config.age.secrets."nextcloud-s3_secret_file".path; }; }; diff --git a/patches/default.nix b/patches/default.nix index 5f12798..104f9e7 100644 --- a/patches/default.nix +++ b/patches/default.nix @@ -24,5 +24,11 @@ id = 273035; hash = "sha256-bxuXH6KZGdu1yIgyeAHP+K7xGgJ404jSE32saGHf9KM="; } + + # nixos/nextcloud: Rename autocreate (a no-op) to verify_bucket_exists + { + id = 275165; + hash = "sha256-XVq72jiLCDrZhADgyvI5y1y/5zlpX89vUBvxUolrYp8="; + } ]; }