mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
turns out hardware.enableAllFirmware is also required for p51 wireless
This commit is contained in:
parent
005e19d6f0
commit
22cdffc925
1 changed files with 3 additions and 0 deletions
|
@ -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
|
# 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.
|
# sleep properly (out of the box, it will not) at the cost of battery life.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue