From 005e19d6f06b086f82c10a28ff6d9c2c036f4471 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 7 Jul 2022 09:31:42 -0400 Subject: [PATCH] required to make wireless work --- lenovo/thinkpad/p50/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lenovo/thinkpad/p50/default.nix b/lenovo/thinkpad/p50/default.nix index f1f6038..dd8a395 100644 --- a/lenovo/thinkpad/p50/default.nix +++ b/lenovo/thinkpad/p50/default.nix @@ -22,6 +22,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. #