[TASK] Improve dualsense connetion

This commit is contained in:
DDEV User 2026-03-19 17:24:37 +01:00
parent 39942dd1ce
commit 54a02e7f32

View File

@ -6,6 +6,11 @@
boot.loader.systemd-boot.configurationLimit = 5;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelModules = [ "hidp" ];
hardware.bluetooth.enable = true;
hardware.bluetooth.settings.Policy.ReconnectAttempts = 0;
# System-Tuning für JetBrains Tools
boot.kernel.sysctl = {
"fs.inotify.max_user_watches" = 1048576;