some reorganizing
This commit is contained in:
parent
df9e8ae8bf
commit
113e015135
182 changed files with 443 additions and 449 deletions
6
sys/profiles/services/virt-manager.nix
Normal file
6
sys/profiles/services/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