turns out hardware.enableAllFirmware is also required for p51 wireless
This commit is contained in:
parent
005e19d6f0
commit
22cdffc925
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue