From f5c4e6c9dbc7df94568a300577bcc75ce7d5c4e7 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Mon, 1 Sep 2025 20:47:12 -0400 Subject: [PATCH] back to vmware --- README.md | 2 +- bootstrap.sh | 4 ++-- .../{x86_64-qcow => x86_64-vmware}/lin-va-rke2/default.nix | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename systems/{x86_64-qcow => x86_64-vmware}/lin-va-rke2/default.nix (100%) diff --git a/README.md b/README.md index 8069ef7..f3aae1b 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sudo nixos-rebuild switch --flake .#lin-va-mbp-personal ### NixOS Generators ```bash -nix build .#qcowConfigurations.lin-va-rke2 +nix build .#vmwareConfigurations.lin-va-rke2 ``` ### NixOS Anywhere diff --git a/bootstrap.sh b/bootstrap.sh index af3ce04..9a70ede 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,13 +31,13 @@ function cmd_image() { # Validate Config Exists if ! nix eval --json --impure \ - ".#qcowConfigurations" \ + ".#vmwareConfigurations" \ --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=(".#qcowConfigurations.$name") + build_args=(".#vmwareConfigurations.$name") if [ "$remote" = true ]; then build_args+=("-j0") fi diff --git a/systems/x86_64-qcow/lin-va-rke2/default.nix b/systems/x86_64-vmware/lin-va-rke2/default.nix similarity index 100% rename from systems/x86_64-qcow/lin-va-rke2/default.nix rename to systems/x86_64-vmware/lin-va-rke2/default.nix