mirror of
				https://github.com/NotAShelf/air-quality-monitor.git
				synced 2025-11-03 20:32:20 +00:00 
			
		
		
		
	nixos machine tests
This commit is contained in:
		
					parent
					
						
							
								98a817e65a
							
						
					
				
			
			
				commit
				
					
						bc09a7f43f
					
				
			
		
					 4 changed files with 165 additions and 0 deletions
				
			
		
							
								
								
									
										12
									
								
								nix/tests/profiles/test-setup.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								nix/tests/profiles/test-setup.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
{
 | 
			
		||||
  virtualisation = {
 | 
			
		||||
    cores = 2;
 | 
			
		||||
    memorySize = 1024;
 | 
			
		||||
    qemu.options = [
 | 
			
		||||
      "-nographic"
 | 
			
		||||
      "-vga none -enable-kvm"
 | 
			
		||||
      "-device virtio-gpu-pci,xres=720,yres=1440"
 | 
			
		||||
      "-serial pty"
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue