diff --git a/bootstrap.sh b/bootstrap.sh index 1043c20..92dbee5 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,13 +31,13 @@ function cmd_image() { # Validate Config Exists if ! nix eval --json --impure \ - ".#vmwareConfigurations" \ + ".#qcowConfigurations" \ --apply "s: builtins.hasAttr \"$name\" s" 2>/dev/null | grep -q "true"; then echo "Error: NixOS Generator Config '$name' not found" exit 1 fi - build_args=(".#vmwareConfigurations.$name") + build_args=(".#qcowConfigurations.$name") if [ "$remote" = true ]; then build_args+=("-j0") fi diff --git a/systems/x86_64-vmware/lin-va-rke2/default.nix b/systems/x86_64-qcow/lin-va-rke2/default.nix similarity index 100% rename from systems/x86_64-vmware/lin-va-rke2/default.nix rename to systems/x86_64-qcow/lin-va-rke2/default.nix