mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-26 21:09:43 +01:00
Load firmwares
This commit is contained in:
parent
a0b1f602af
commit
644a9df753
1 changed files with 5 additions and 0 deletions
|
@ -40,4 +40,9 @@
|
|||
"gpio_charger"
|
||||
"rtc_rk808"
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.firmware = [
|
||||
pkgs.pinebookpro-firmware
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue