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:
mexisme
2021-02-07 00:55:27 +13:00
parent d6a1231181
commit 9a35571829
3 changed files with 51 additions and 1 deletions

View File

@@ -2,5 +2,7 @@
{
hardware.enableAllFirmware = true;
hardware.firmware = [
# TODO: Wrap with an option:
(pkgs.callPackage ./ath10k.nix {})
];
}