🔧 add some minio information
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 9m37s

This commit is contained in:
Ingolf Wagner 2024-11-12 14:08:44 +09:00
parent 4ac6d12b0c
commit 4f3efeaa4c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -19,6 +19,9 @@
services.minio = { services.minio = {
enable = true; enable = true;
region = "home"; 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; rootCredentialsFile = config.clan.core.facts.services.s3.secret."s3.root".path;
}; };