From 87f78bac52a496e36f0a60fb459cf9b22fd19cb7 Mon Sep 17 00:00:00 2001 From: Toast Date: Tue, 27 Jun 2023 00:12:18 +0200 Subject: [PATCH] Archie: fix typo in archie's hardware-configuration.nix --- machines/Archie/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/Archie/hardware-configuration.nix b/machines/Archie/hardware-configuration.nix index 08c86b5..3412764 100644 --- a/machines/Archie/hardware-configuration.nix +++ b/machines/Archie/hardware-configuration.nix @@ -9,6 +9,7 @@ ]; # Enabke support for the Xbox One wireless dongle + # Enable support for the Xbox One wireless dongle hardware.xone.enable = true; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];