From d9af805f607ffdfe442f6074578e1c0abc9d91a4 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 21 Jun 2024 01:27:03 -0500 Subject: [PATCH] Aim to new minio cluster --- hosts/myself/container-git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/myself/container-git.nix b/hosts/myself/container-git.nix index a704b51..2b57a0d 100644 --- a/hosts/myself/container-git.nix +++ b/hosts/myself/container-git.nix @@ -106,7 +106,7 @@ in { proxy_download = false; # Tell them to reach out to object storage themselves! connection = { provider = "AWS"; - endpoint = "http://s3.thehellings.lan:9000"; + endpoint = "http://minio-01.thehellings.lan:9000"; region = "us-east-1"; aws_access_key_id = { _secret = config.age.secrets.minio_access_key_id.path; }; aws_secret_access_key = { _secret = config.age.secrets.minio_secret_access_key.path; };