Fix rebuild.sh to use new name for .qcow2 disk

This commit is contained in:
Joshua Yuen 2025-07-31 01:32:15 -04:00
parent c84ed3a19f
commit 63ca17c9c3
Signed by: josh
GPG Key ID: 502720BC22ED411C
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
result
nixos.qcow2
*.qcow2

View File

@ -1,7 +1,7 @@
#/usr/bin/env bash
echo "Removing old qcow2 disk ..."
rm -f ./nixos.qcow2
rm -f ./vm.qcow2
echo "Building new VM ..."
nix build .#nixosConfigurations.nixosvm.config.system.build.vm