From 3ca62bcd2eb42b63542bef5d38773e7f504ee5ff Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 18 Nov 2024 14:31:43 -0600 Subject: [PATCH] Use STORAGE_URL from the environment --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 21924ed..5aa1987 100644 --- a/flake.nix +++ b/flake.nix @@ -87,6 +87,9 @@ } { name = "PACKER_CONFIG_DIR"; value = "./packer_config"; + } { + name = "STORAGE_URL"; + value = "http://s3.thehellings.lan:9000"; } ]; };