mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
apple/macbook-pro/11-5: make enableRedistributableFirmware an optional default (uniformity with other configs)
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
||||
];
|
||||
|
||||
# Enable broadcom-43xx firmware
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
|
||||
services.udev.extraRules =
|
||||
# Disable XHC1 wakeup signal to avoid resume getting triggered some time
|
||||
|
||||
Reference in New Issue
Block a user