Add STORAGE_URL to Hosea

This commit is contained in:
Greg Hellings
2024-06-24 23:34:05 -05:00
parent 403a765244
commit a23546b20c
+1
View File
@@ -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";
};
};
};