virt
This commit is contained in:
parent
55ab904b48
commit
b69972cb03
4 changed files with 19 additions and 0 deletions
15
hosts/common/optional/virt-manager.nix
Normal file
15
hosts/common/optional/virt-manager.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
environment = with pkgs; {
|
||||
systemPackages = [
|
||||
qemu
|
||||
quickemu
|
||||
quickgui
|
||||
];
|
||||
};
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue