spotlights-macbook-air: Read firmware directly off boot partition

This allows us to avoid intermixing firmware within the repository. We already must build this specific flake configuration as impure due to mesa replacement.

This may be revisited in the future, but it allows for significantly less hassle at the moment.
This commit is contained in:
Spotlight 2024-11-03 02:12:56 -06:00
parent 041bc7d3c0
commit 659d10fd78
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 1 additions and 4 deletions

View file

@ -17,7 +17,7 @@
boot.loader.efi.canTouchEfiVariables = false;
# GPU enablement
hardware.asahi = {
peripheralFirmwareDirectory = ./firmware;
peripheralFirmwareDirectory = /boot/asahi;
# GPU enablement
useExperimentalGPUDriver = true;
experimentalGPUInstallMode = "replace";