Test ALVR on the desktop
This commit is contained in:
parent
0990eedc4f
commit
16411a17a6
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@
|
|||
};
|
||||
|
||||
|
||||
programs.alvr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" "acpi_call" ];
|
||||
|
|
Loading…
Reference in a new issue