change: move vm to system
This commit is contained in:
		
							parent
							
								
									b447abe057
								
							
						
					
					
						commit
						3b726039cd
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1,30 +0,0 @@ | |||
| 
 | ||||
| {config, pkgs, ... }: | ||||
| 
 | ||||
| { | ||||
|   programs.dconf.enable = true; | ||||
|    | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|     virt-manager | ||||
|     virt-viewer | ||||
|     spice  | ||||
|     spice-gtk | ||||
|     spice-protocol | ||||
|     win-virtio | ||||
|     win-spice | ||||
|     gnome.adwaita-icon-theme | ||||
|   ]; | ||||
|    | ||||
|   virtualisation = { | ||||
|     libvirtd = { | ||||
|       enable = true; | ||||
|       qemu = { | ||||
|         swtpm.enable = true; | ||||
|         ovmf.enable = true; | ||||
|         ovmf.packages = [ pkgs.OVMFFull.fd ]; | ||||
|       }; | ||||
|     }; | ||||
|     spiceUSBRedirection.enable = true; | ||||
|   }; | ||||
|   services.spice-vdagentd.enable = true; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue