vr stuff - only sets on fenix and apalapucia, works
This commit is contained in:
parent
d162b7c9f2
commit
ac0138d8b3
2 changed files with 26 additions and 0 deletions
|
|
@ -38,6 +38,9 @@
|
|||
|
||||
services.udev.packages = with pkgs; [xr-hardware];
|
||||
|
||||
services.power-profiles-daemon.enable = true;
|
||||
services.upower.enable = true;
|
||||
|
||||
boot.kernelModules = [ "kvm-amd" "vhost_vsock" "vfio_virqfd" "vhost-net" "vfio_pci" "vfio_iommu_type1" "vfio"];
|
||||
boot.kernelParams = [ "amd_iommu=on" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue