Add STORAGE_URL

This commit is contained in:
Greg Hellings
2024-06-21 13:08:42 -05:00
parent d80b7cb098
commit 77f8dec208
+1
View File
@@ -98,6 +98,7 @@
registrationConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
STORAGE_URL = "http://localhost:9000";
};
};
};