From eb88be91167c53099d63f8a7ac9bf6e9d0fb2a52 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 21 Jun 2024 17:06:25 -0500 Subject: [PATCH] Setup MinIO in runner --- hosts/myself/container-runner.nix | 2 ++ hosts/myself/git.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/myself/container-runner.nix b/hosts/myself/container-runner.nix index 440d547..2656eff 100644 --- a/hosts/myself/container-runner.nix +++ b/hosts/myself/container-runner.nix @@ -31,6 +31,7 @@ lib.attrsets.recursiveUpdate { curl gawk git + minio-client p7zip packer pup @@ -67,6 +68,7 @@ lib.attrsets.recursiveUpdate { registrationConfigFile = config.age.secrets.runner-reg.path; environmentVariables = { EFI_DIR = "${pkgs.OVMF.fd}/FV/"; + STORAGE_URL = "http://localhost:9000"; }; }; }; diff --git a/hosts/myself/git.nix b/hosts/myself/git.nix index a88a930..c6d6901 100644 --- a/hosts/myself/git.nix +++ b/hosts/myself/git.nix @@ -120,6 +120,7 @@ in { registrationConfigFile = config.age.secrets.runner-qemu.path; environmentVariables = { EFI_DIR = "${pkgs.OVMF.fd}/FV/"; + STORAGE_URL = "http://localhost:9000"; }; }; }; @@ -132,6 +133,7 @@ in { curl gawk git + minio-client p7zip packer pup