Archie: fix typo in archie's hardware-configuration.nix

This commit is contained in:
Toast 2023-06-27 00:12:18 +02:00
parent 0de81c9406
commit 87f78bac52

View file

@ -9,6 +9,7 @@
]; ];
# Enabke support for the Xbox One wireless dongle # Enabke support for the Xbox One wireless dongle
# Enable support for the Xbox One wireless dongle
hardware.xone.enable = true; hardware.xone.enable = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];