diff --git a/eshu/etc/nixos/configuration.nix b/eshu/etc/nixos/configuration.nix index 5576217..e2c12ca 100644 --- a/eshu/etc/nixos/configuration.nix +++ b/eshu/etc/nixos/configuration.nix @@ -10,12 +10,14 @@ ./hardware-configuration.nix ]; + boot.extraModprobeConfig = '' options bluetooth disable_ertm=1 ''; boot.kernelPackages = pkgs.linuxPackages; # (this is the default) some amdgpu issues on 6.10 # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; hardware.xone.enable = true; # support for the xbox controller USB dongle networking.hostName = "eshu"; # Define your hostname.