Update demo machine configuration

This commit is contained in:
Michael Smith
2024-07-28 13:44:02 +02:00
parent ef04babcf3
commit 79dc18cc79
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
demo = let
clean-state-demo = nixpkgsFor.${system}.writeShellScriptBin "run" ''
${self.packages.${system}.demo}/bin/run-desk-os-demo-vm
# Remove disk image forcing demo VM to start with a clean state every time
if [ -f ./desk-os-demo.qcow2 ]; then
rm ./desk-os-demo.qcow2
fi