nixos-config/machines/agate/services/minio.nix

6 lines
75 B
Nix

{
services.minio = {
enable = true;
region = "ap-east-1";
};
}