apple/macbook-pro/11-5: explicitly turn on redistributable firmware

This commit is contained in:
Rehno Lindeque 2022-09-06 18:49:29 +00:00
parent 504b32caf8
commit a318b2ebfa
1 changed files with 3 additions and 1 deletions

View File

@ -10,9 +10,11 @@ in
imports = [
../.
../../../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
hardware.opengl.driSupport32Bit = false;