🔧 add some minio information
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 9m37s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 9m37s
This commit is contained in:
parent
4ac6d12b0c
commit
4f3efeaa4c
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
services.minio = {
|
||||
enable = true;
|
||||
region = "home";
|
||||
# this file was adjusted right after creation
|
||||
# MINIO_ROOT_USER=root
|
||||
# MINIO_ROOT_PASSWORD=<the password>
|
||||
rootCredentialsFile = config.clan.core.facts.services.s3.secret."s3.root".path;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue