diff --git a/hosts/sisko/hardware-configuration.nix b/hosts/sisko/hardware-configuration.nix index 323835c..afdf09a 100644 --- a/hosts/sisko/hardware-configuration.nix +++ b/hosts/sisko/hardware-configuration.nix @@ -9,6 +9,8 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; + boot.extraModprobeConfig = "options bluetooth disable_ertm=1"; # Xbox controller + hardware.xpadneo.enable = true; boot.kernel.sysctl = { "vm.max_map_count" = 16777216;