virt-manager stuff (untested)
This commit is contained in:
parent
1b1179c76b
commit
cc83f63010
3 changed files with 9 additions and 0 deletions
6
system/services/virt/virt-manager.nix
Normal file
6
system/services/virt/virt-manager.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
boot.kernelParams = ["amd_iommu=on" "iommu=pt"];
|
||||
environment.systemPackages = [pkgs.libvirt];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue