From 9e1fd9293cc710becc569d87ae02d482d4c0cb97 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 27 Sep 2023 10:57:22 +0200 Subject: [PATCH] change steamdeck hardware config for yubikey --- hosts/steamdeck.cloonar.com/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/steamdeck.cloonar.com/hardware-configuration.nix b/hosts/steamdeck.cloonar.com/hardware-configuration.nix index a4dac3c..3b2fbdd 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" "sdhci_pci" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "sdhci_pci" "vfat" "nls_cp437" "nls_iso8859-1" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ];