cluster/services/attic: use external garage endpoint

This commit is contained in:
Max Headroom 2023-11-03 21:46:40 +01:00
parent fdf3980e3f
commit 971d53e9ea

View file

@ -47,7 +47,7 @@ in
storage = { storage = {
type = "s3"; type = "s3";
region = "us-east-1"; region = "us-east-1";
endpoint = cluster.config.hostLinks.${hostName}.garageS3.url; endpoint = cluster.config.links.garageS3.url;
bucket = "attic"; bucket = "attic";
}; };
}; };