Enable minio server

This commit is contained in:
2023-06-26 13:49:58 -05:00
parent 93e5922ac4
commit 3bcd28ab5d
4 changed files with 140 additions and 0 deletions

View File

@ -107,6 +107,13 @@
notificationSender = "hydra@matri.cx";
buildMachinesFiles = [ ];
};
minio = {
enable = true;
listenAddress = ":9000";
rootCredentialsFile =
self.nixosConfigurations.eve-psr-nix0.config.age.secrets.minio_root.path;
};
};
virtualisation = {
@ -139,6 +146,7 @@
secrets = {
attic_token.file = ./secrets/attic_token.age;
keys.file = ./secrets/keys.age;
minio_root.file = ./secrets/minio_root.age;
sezycei.file = ./secrets/sezycei.age;
};
};