Add lbivirt
This commit is contained in:
		
							
								
								
									
										14
									
								
								system/libvirt.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								system/libvirt.nix
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| { pkgs, ... }: | ||||
| { | ||||
|   virtualisation.libvirtd = { | ||||
|     enable = true; | ||||
|     qemu = { | ||||
|       package = pkgs.qemu_kvm; | ||||
|       runAsRoot = true; | ||||
|       swtpm.enable = true; | ||||
|       ovmf = { | ||||
|         enable = true; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user