Update demo machine configuration
This commit is contained in:
		
							parent
							
								
									ef04babcf3
								
							
						
					
					
						commit
						79dc18cc79
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -10,6 +10,7 @@
 | 
			
		||||
      qemu.options = [
 | 
			
		||||
        "-enable-kvm"
 | 
			
		||||
        "-vga virtio"
 | 
			
		||||
        "-display gtk,full-screen=on,grab-on-hover=on"
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user