6 lines
112 B
Nix
6 lines
112 B
Nix
{
|
|
services.minio = {
|
|
enable = true;
|
|
rootCredentialsFile = "/etc/nixos/minio-root-credentials";
|
|
};
|
|
}
|