diff --git a/hosts/steamdeck.cloonar.com/hardware-configuration.nix b/hosts/steamdeck.cloonar.com/hardware-configuration.nix index 62eca42..9c16966 100644 --- a/hosts/steamdeck.cloonar.com/hardware-configuration.nix +++ b/hosts/steamdeck.cloonar.com/hardware-configuration.nix @@ -5,7 +5,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "hid_generic" "sdhci_pci" "vfat" "nls_cp437" "nls_iso8859-1" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "hid_generic" "atkbd" "sdhci_pci" "vfat" "nls_cp437" "nls_iso8859-1" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ];