Update storage URL for ISOs

This commit is contained in:
Greg Hellings
2024-12-24 11:19:14 -06:00
parent db6b531ada
commit 5b5b33ca9f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
authenticationTokenConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
STORAGE_URL = "http://s3.thehellings.lan:9000";
STORAGE_URL = "s3.thehellings.lan:9000";
};
};
};
+1 -1
View File
@@ -87,7 +87,7 @@ in
authenticationTokenConfigFile = config.age.secrets.runner-qemu.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
STORAGE_URL = "http://s3.thehellings.lan:9000";
STORAGE_URL = "s3.thehellings.lan:9000";
};
};
};
+1 -1
View File
@@ -86,7 +86,7 @@
authenticationTokenConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
STORAGE_URL = "http://s3.thehellings.lan:9000";
STORAGE_URL = "s3.thehellings.lan:9000";
};
};
};