apple/macbook-pro/11-5: make enableRedistributableFirmware an optional default (uniformity with other configs)
This commit is contained in:
parent
1d10001701
commit
821ddbaf1c
|
@ -17,7 +17,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable broadcom-43xx firmware
|
# Enable broadcom-43xx firmware
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||||
|
|
||||||
services.udev.extraRules =
|
services.udev.extraRules =
|
||||||
# Disable XHC1 wakeup signal to avoid resume getting triggered some time
|
# Disable XHC1 wakeup signal to avoid resume getting triggered some time
|
||||||
|
|
Loading…
Reference in a new issue