Compare commits

...

2 commits

Author SHA1 Message Date
Tom Hubrecht
c4c4ed18a5 chore(ds-fr): Update to 2023-12-18-02 2023-12-18 11:00:10 +01:00
Tom Hubrecht
7705b2c30a fix(nextcloud): Use correct settings for S3 config 2023-12-18 10:46:10 +01:00
3 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{
version = "2023-12-13-02";
src-hash = "sha256-yr7gvyiJ4ymXQKMM/qPtwYrtA6RDMmlb3fhYizAw/tc=";
deps-hash = "sha256-uTePIPqyb+nON9MXAkNELzEu8xFXIa+DQTMFWyOJuSY=";
version = "2023-12-18-02";
src-hash = "sha256-A6IXRR3Hsj+bmzsY/Qaj/pSFjYrlC9Xwh11OjhkjjVk=";
deps-hash = "sha256-v2EZlYdLmoxg0EszkllsoS5mlKHoMCvt0xyfo8yCp44=";
}

View file

@ -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;
};
};

View file

@ -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=";
}
];
}