mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-01 00:29:41 +01:00
pinebook_pro.nix: Use the right firmware
This commit is contained in:
parent
316059eebb
commit
d0ec60ca75
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
hardware.firmware = [
|
hardware.firmware = [
|
||||||
pkgs.pinebookpro-firmware
|
pkgs.pinebookpro-ap6256-firmware
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Reference in a new issue