removed graphics stuff from virt module
This commit is contained in:
parent
1aafb78740
commit
f2b914603e
1 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,16 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
boot = {
|
||||||
|
kernelModules = [
|
||||||
|
"vfio_pci"
|
||||||
|
"vfio"
|
||||||
|
"vfio_iommu_type1"
|
||||||
|
"vfio_virqfd"
|
||||||
|
];
|
||||||
|
kernelParams = [
|
||||||
|
"amd_iommu=on"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
users.users.twoneis.extraGroups = [ "libvirtd" ];
|
users.users.twoneis.extraGroups = [ "libvirtd" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue