update(nextcloud): switch to garage

This commit is contained in:
Filippo Berto 2025-11-09 16:15:31 +01:00
parent 897c9d9e9c
commit 602fdf40ff
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 16 additions and 16 deletions

View file

@ -76,12 +76,12 @@ in
enable = true;
bucket = "nextcloud";
verify_bucket_exists = true;
key = "eHYd9AS6TLHlACBX2fC7";
key = "GK66e88f31f6a9cec01835b3dc";
secretFile = config.age.secrets.nextcloud_bucket_secret.path;
hostname = "localhost";
port = 9000;
port = 3900;
useSsl = false;
region = "us-east-1";
region = "garage";
usePathStyle = true;
};
};