diff --git a/nixos/common.nix b/nixos/common.nix index 39d5d43..c17c7be 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -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;