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:
parent
041bc7d3c0
commit
659d10fd78
2 changed files with 1 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,2 @@
|
||||||
vim/.netrwhist
|
vim/.netrwhist
|
||||||
keysrc
|
keysrc
|
||||||
|
|
||||||
# macOS-provided firmware
|
|
||||||
hosts/linux/spotlights-macbook-air/firmware
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue