Fix storage URL for container

This commit is contained in:
Greg Hellings
2024-07-24 10:59:08 -05:00
parent 2df3ae75c6
commit 7aa91ffc0a
+1 -1
View File
@@ -67,7 +67,7 @@ lib.attrsets.recursiveUpdate {
registrationConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
STORAGE_URL = "http://localhost:9000";
STORAGE_URL = "http://minio-01.thehellings.lan:9000";
};
};
};