From 5ec285e329afa188212da759cc4be674e8e9fbff Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Wed, 16 Jan 2019 23:31:35 +0100 Subject: [PATCH] activation du module hid_steam --- systems/PC-Fixe/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/PC-Fixe/hardware-configuration.nix b/systems/PC-Fixe/hardware-configuration.nix index eeebbd8dd..2439beb65 100644 --- a/systems/PC-Fixe/hardware-configuration.nix +++ b/systems/PC-Fixe/hardware-configuration.nix @@ -11,7 +11,6 @@ boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "firewire_ohci" "pata_marvell" "xhci_pci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ]; boot.kernelModules = [ "kvm-intel" "nct6775" ]; boot.extraModulePackages = [ ]; - boot.blacklistedKernelModules = [ "hid-steam" ]; fileSystems."/" = { device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e";