mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
required to make wireless work
This commit is contained in:
parent
ac75bbc476
commit
005e19d6f0
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue