1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-20 21:37:23 +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.
#