common/pc: disable ath3k if non-free firmware is not available
This commit is contained in:
parent
5c8cab8493
commit
3d337906f5
|
@ -1,5 +1,9 @@
|
||||||
{ lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
boot.blacklistedKernelModules = lib.optionals (!config.hardware.enableRedistributableFirmware) [
|
||||||
|
"ath3k"
|
||||||
|
];
|
||||||
|
|
||||||
services.xserver.libinput.enable = lib.mkDefault true;
|
services.xserver.libinput.enable = lib.mkDefault true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue