tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
facetimehd: blacklist bdc_pci when enabled
Kranium Gikos Mendoza
10 years ago
46ecb25d
9213916c
+2
1 changed file
expand all
collapse all
unified
split
nixos
modules
hardware
video
webcam
facetimehd.nix
+2
nixos/modules/hardware/video/webcam/facetimehd.nix
···
23
23
24
24
boot.kernelModules = [ "facetimehd" ];
25
25
26
26
+
boot.blacklistedKernelModules = [ "bdc_pci" ];
27
27
+
26
28
boot.extraModulePackages = [ kernelPackages.facetimehd ];
27
29
28
30
hardware.firmware = [ pkgs.facetimehd-firmware ];