1
0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-06-13 16:23:41 +02:00

Load firmwares

This commit is contained in:
Samuel Dionne-Riel 2020-01-07 15:10:06 -05:00
parent a0b1f602af
commit 644a9df753

View File

@ -40,4 +40,9 @@
"gpio_charger"
"rtc_rk808"
];
hardware.enableRedistributableFirmware = true;
hardware.firmware = [
pkgs.pinebookpro-firmware
];
}