Enable minio server
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user