apple/macbook-pro/11-5: explicitly turn on redistributable firmware
This commit is contained in:
parent
504b32caf8
commit
a318b2ebfa
|
@ -10,9 +10,11 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../../../common/pc/laptop/ssd
|
../../../common/pc/laptop/ssd
|
||||||
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Enable broadcom-43xx firmware
|
||||||
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
# Apparently this is currently only supported by ati_unfree drivers, not ati
|
# Apparently this is currently only supported by ati_unfree drivers, not ati
|
||||||
hardware.opengl.driSupport32Bit = false;
|
hardware.opengl.driSupport32Bit = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue