virtualisation: init virt-manager
This commit is contained in:
parent
cd08dba764
commit
433f95f910
1 changed files with 8 additions and 0 deletions
8
modules/virtualisation/virt-manager.nix
Normal file
8
modules/virtualisation/virt-manager.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
|
services.spice-vdagentd.enable = true; # enable copy and paste between host and guest
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue