From a23546b20c3c2f884bb16336d86c1df73148d86f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 24 Jun 2024 23:34:05 -0500 Subject: [PATCH] Add STORAGE_URL to Hosea --- hosts/hosea/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hosea/default.nix b/hosts/hosea/default.nix index f4620e1..51236c9 100644 --- a/hosts/hosea/default.nix +++ b/hosts/hosea/default.nix @@ -67,6 +67,7 @@ in registrationConfigFile = config.age.secrets.runner-reg.path; environmentVariables = { EFI_DIR = "${pkgs.OVMF.fd}/FV/"; + STORAGE_URL = "http://minio-01.thehellings.lan:9000"; }; }; };