minio: disable browser redirect
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run

This commit is contained in:
notohh 2024-01-22 07:51:46 -05:00
parent 440ed18545
commit d805c4e041
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,6 +4,11 @@
...
}: {
environment.systemPackages = [pkgs.minio-client];
systemd.services.minio.environment = {
MINIO_BROWSER_REDIRECT = "false";
};
sops.secrets.minio = {
owner = "minio";
group = "minio";