Blacklist bluetooth kernel module
This commit is contained in:
parent
f6f655af5c
commit
a8af2a0e92
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -31,9 +31,6 @@
|
|||
NATACPI_ENABLE = 1;
|
||||
TPACPI_ENABLE = 1;
|
||||
TPSMAPI_ENABLE = 1;
|
||||
|
||||
# Disable bluetooth on startup
|
||||
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue