Blacklist bluetooth kernel module

This commit is contained in:
coolneng 2021-03-30 18:22:53 +02:00
parent f6f655af5c
commit a8af2a0e92
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 1 additions and 3 deletions

View File

@ -8,6 +8,7 @@
[ "zfs.zfs_arc_max=1073741824 zfs.zfs_arc_meta_limit_percent=90" ];
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
blacklistedKernelModules = [ "btusb" ];
supportedFilesystems = [ "zfs" ];
zfs.requestEncryptionCredentials = true;
};

View File

@ -31,9 +31,6 @@
NATACPI_ENABLE = 1;
TPACPI_ENABLE = 1;
TPSMAPI_ENABLE = 1;
# Disable bluetooth on startup
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
};
};