removed graphics stuff from virt module

This commit is contained in:
twoneis 2023-11-25 18:23:19 +01:00
parent 1aafb78740
commit f2b914603e

View file

@ -1,4 +1,16 @@
{ pkgs, ... }: {
boot = {
kernelModules = [
"vfio_pci"
"vfio"
"vfio_iommu_type1"
"vfio_virqfd"
];
kernelParams = [
"amd_iommu=on"
];
};
programs.dconf.enable = true;
users.users.twoneis.extraGroups = [ "libvirtd" ];