From 22cdffc9253f3e37baf41468893fe604e735a8ad Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 7 Jul 2022 10:00:40 -0400 Subject: [PATCH] turns out hardware.enableAllFirmware is also required for p51 wireless --- lenovo/thinkpad/p51/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lenovo/thinkpad/p51/default.nix b/lenovo/thinkpad/p51/default.nix index 01d3c65..fd4d6f4 100644 --- a/lenovo/thinkpad/p51/default.nix +++ b/lenovo/thinkpad/p51/default.nix @@ -23,6 +23,9 @@ }; }; + # reqired to make wireless work + hardware.enableAllFirmware = true; + # See sleep.nix inside this directory for code that allows the system to # sleep properly (out of the box, it will not) at the cost of battery life. #