Archie: enable xone
This commit is contained in:
parent
e2a406b551
commit
879abfdf7d
1 changed files with 3 additions and 0 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue