From 69d464818c7a6e599771fe67d407c163c8a7a0c4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 14 Sep 2021 13:37:00 +0530 Subject: config changes sync --- hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hardware-configuration.nix') diff --git a/hardware-configuration.nix b/hardware-configuration.nix index b3723d5..d00ff1d 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -25,6 +25,11 @@ options snd slots=snd-hda-intel ''; + services.udev.extraRules = '' + # DualShock 4 over bluetooth hidraw + KERNEL=="hidraw*", KERNELS=="*054C:05C4*", MODE="0666" + ''; + hardware = { enableAllFirmware = true; cpu.intel.updateMicrocode = true; -- cgit v1.3.1