Minio local
This commit is contained in:
parent
21ad4d1fc7
commit
66623bacdc
3 changed files with 17 additions and 2 deletions
13
modules/nixos/minio_local.nix
Normal file
13
modules/nixos/minio_local.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
age.secrets.minio = {
|
||||
file = ../../secrets/minio.age;
|
||||
owner = "minio";
|
||||
};
|
||||
|
||||
services.minio = {
|
||||
enable = true;
|
||||
rootCredentialsFile = config.age.secrets.minio.path;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue