Setup MinIO in runner

This commit is contained in:
Greg Hellings
2024-06-21 17:06:47 -05:00
parent 77f8dec208
commit eb88be9116
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -31,6 +31,7 @@ lib.attrsets.recursiveUpdate {
curl curl
gawk gawk
git git
minio-client
p7zip p7zip
packer packer
pup pup
@@ -67,6 +68,7 @@ lib.attrsets.recursiveUpdate {
registrationConfigFile = config.age.secrets.runner-reg.path; registrationConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = { environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/"; EFI_DIR = "${pkgs.OVMF.fd}/FV/";
STORAGE_URL = "http://localhost:9000";
}; };
}; };
}; };
+2
View File
@@ -120,6 +120,7 @@ in {
registrationConfigFile = config.age.secrets.runner-qemu.path; registrationConfigFile = config.age.secrets.runner-qemu.path;
environmentVariables = { environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/"; EFI_DIR = "${pkgs.OVMF.fd}/FV/";
STORAGE_URL = "http://localhost:9000";
}; };
}; };
}; };
@@ -132,6 +133,7 @@ in {
curl curl
gawk gawk
git git
minio-client
p7zip p7zip
packer packer
pup pup