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

3
.gitignore vendored
View file

@ -1,5 +1,2 @@
vim/.netrwhist vim/.netrwhist
keysrc keysrc
# macOS-provided firmware
hosts/linux/spotlights-macbook-air/firmware

View file

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