vr stuff - only sets on fenix and apalapucia, works

This commit is contained in:
alyx 2026-02-26 21:49:53 +00:00
parent d162b7c9f2
commit ac0138d8b3
Signed by: alyx
SSH key fingerprint: SHA256:ikXQIBRoakFdxVU/cImm2/V8XxM0gMJU8QybMfU66H0
2 changed files with 26 additions and 0 deletions

View file

@ -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" ];