1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-07 11:05:30 +03:00

treewide: remove obsolete kernel version checks

We no longer support any Linux kernel older than 4.9.
This commit is contained in:
Alyssa Ross 2022-03-30 18:57:15 +00:00
parent c099ec6aff
commit ae8e8aaee7
14 changed files with 12 additions and 46 deletions

View file

@ -16,11 +16,6 @@ in
config = mkIf cfg.enable {
assertions = singleton {
assertion = versionAtLeast kernelPackages.kernel.version "3.19";
message = "facetimehd is not supported for kernels older than 3.19";
};
boot.kernelModules = [ "facetimehd" ];
boot.blacklistedKernelModules = [ "bdc_pci" ];