1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00

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

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;