mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
pine64-pinebook-pro: remove superfluous ap6256-firmware package
I have been running for >1 year with the upstream linux-firmware package (i.e. just hardware.enableRedistributableFirmware = true) https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/WHENCE#n2767
This commit is contained in:
committed by
mergify[bot]
parent
922926aa1f
commit
d6b554a85c
@@ -48,9 +48,6 @@
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.firmware = [
|
||||
(pkgs.callPackage ./firmware/ap6256-firmware { })
|
||||
];
|
||||
|
||||
# The default powersave makes the wireless connection unusable.
|
||||
networking.networkmanager.wifi.powersave = lib.mkDefault false;
|
||||
|
||||
Reference in New Issue
Block a user