Fix rebuild.sh to use new name for .qcow2 disk
This commit is contained in:
parent
c84ed3a19f
commit
63ca17c9c3
|
|
@ -1,2 +1,2 @@
|
|||
result
|
||||
nixos.qcow2
|
||||
*.qcow2
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue