diff options
Diffstat (limited to 'hardware-configuration.nix')
| -rw-r--r-- | hardware-configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
