Archie: enable xone

This commit is contained in:
Toast 2023-06-20 21:22:11 +02:00
parent e2a406b551
commit 879abfdf7d

View file

@ -8,6 +8,9 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
# Enabke support for the Xbox One wireless dongle
hardware.xone.enable = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];