about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-01 12:01:27 +0000
committerGitHub <noreply@github.com>2022-10-01 12:01:27 +0000
commit25043f0f28bd3ee7fa3bc57d87e9e5eba4328d2b (patch)
treeb632181abb12e85ba02cf66acaaf13d127d967da /nixos/modules/hardware
parent428401133f7131517399aa460258424e99cde1e2 (diff)
parentbd6329dd115d52bf441b6532469e0cba60a56b50 (diff)
Merge master into staging-next
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/xpadneo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/xpadneo.nix b/nixos/modules/hardware/xpadneo.nix
index 1e43794dc0f89..a66e81d8b15bd 100644
--- a/nixos/modules/hardware/xpadneo.nix
+++ b/nixos/modules/hardware/xpadneo.nix
@@ -16,7 +16,7 @@ in
       extraModprobeConfig =
         mkIf
           (config.hardware.bluetooth.enable &&
-           (lib.versionOlder config.boot.kernelPackages.kernel.version "5.12"))
+            (lib.versionOlder config.boot.kernelPackages.kernel.version "5.12"))
           "options bluetooth disable_ertm=1";
 
       extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];