| 
				
					
						 | 
			||
|---|---|---|
| dots | ||
| hosts/vm | ||
| modules | ||
| .gitignore | ||
| README.md | ||
| flake.lock | ||
| flake.nix | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	nixos
Set up virtual machine (disko)
- Build the virtual machine
 
nix run -L '.#nixosConfigurations.vm.config.system.build.vmWithDisko'
- Run the virtual machine
 
QEMU_KERNEL_PARAMS=console=ttyS0 ./result/bin/run-nixos-vm -nographic; reset