mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-27 04:31:07 +01:00
Interim version of trying to update Surface Go Wifi in-place
- Can't seem to d/l the K1535 board firmware directly from Killer Networking?
This commit is contained in:
parent
d6a1231181
commit
9a35571829
3 changed files with 51 additions and 1 deletions
|
|
@ -2,5 +2,7 @@
|
|||
{
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.firmware = [
|
||||
# TODO: Wrap with an option:
|
||||
(pkgs.callPackage ./ath10k.nix {})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue