mkFlake uses arch now btw

This commit is contained in:
Jeeves 2024-06-24 14:09:52 -06:00
parent 0a2dd27902
commit 19ab6d3c70
2 changed files with 5 additions and 4 deletions

View file

@ -38,6 +38,7 @@
let
vm = oslib.mkVM {
inherit (config) name uuid;
inherit (config.os) arch;
beforeInstall = [
{ index = 1; file = "${osdb.${config.os.name}.${config.os.version}.${config.os.edition}.${config.os.arch}.installer}/out.iso"; }
{ index = 2; file = "${osdb.${config.os.name}.${config.os.version}.${config.os.edition}.${config.os.arch}.unattend}/out.iso"; }