1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-23 13:08:32 +02:00

turns out hardware.enableAllFirmware is also required for p51 wireless

This commit is contained in:
Chris McDonough 2022-07-07 10:00:40 -04:00
parent 005e19d6f0
commit 22cdffc925

View File

@ -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.
#