From 821ddbaf1cb6ff5ecfdf12cf51759f6605a7dad7 Mon Sep 17 00:00:00 2001 From: Rehno Lindeque Date: Wed, 7 Sep 2022 15:41:28 +0000 Subject: [PATCH] apple/macbook-pro/11-5: make enableRedistributableFirmware an optional default (uniformity with other configs) --- apple/macbook-pro/11-5/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/macbook-pro/11-5/default.nix b/apple/macbook-pro/11-5/default.nix index d641abd..926753f 100644 --- a/apple/macbook-pro/11-5/default.nix +++ b/apple/macbook-pro/11-5/default.nix @@ -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