mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
add minio
This commit is contained in:
parent
3d20b0fc3d
commit
9c55432be1
8 changed files with 18 additions and 0 deletions
9
newinfra/nix/modules/minio/default.nix
Normal file
9
newinfra/nix/modules/minio/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }: {
|
||||
age.secrets.minio_env_file.file = ../../secrets/minio_env_file.age;
|
||||
|
||||
services.minio = {
|
||||
enable = true;
|
||||
region = "eu";
|
||||
rootCredentialsFile = config.age.secrets.minio_env_file.path;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue