Update demo machine configuration
This commit is contained in:
parent
ef04babcf3
commit
79dc18cc79
@ -49,6 +49,7 @@
|
|||||||
demo = let
|
demo = let
|
||||||
clean-state-demo = nixpkgsFor.${system}.writeShellScriptBin "run" ''
|
clean-state-demo = nixpkgsFor.${system}.writeShellScriptBin "run" ''
|
||||||
${self.packages.${system}.demo}/bin/run-desk-os-demo-vm
|
${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
|
if [ -f ./desk-os-demo.qcow2 ]; then
|
||||||
rm ./desk-os-demo.qcow2
|
rm ./desk-os-demo.qcow2
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
qemu.options = [
|
qemu.options = [
|
||||||
"-enable-kvm"
|
"-enable-kvm"
|
||||||
"-vga virtio"
|
"-vga virtio"
|
||||||
|
"-display gtk,full-screen=on,grab-on-hover=on"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user