diff --git a/.gitignore b/.gitignore index 7735e10..9b9ff51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ vim/.netrwhist keysrc - -# macOS-provided firmware -hosts/linux/spotlights-macbook-air/firmware \ No newline at end of file diff --git a/hosts/linux/spotlights-macbook-air/configuration.nix b/hosts/linux/spotlights-macbook-air/configuration.nix index f77a904..5c2a5dc 100644 --- a/hosts/linux/spotlights-macbook-air/configuration.nix +++ b/hosts/linux/spotlights-macbook-air/configuration.nix @@ -17,7 +17,7 @@ boot.loader.efi.canTouchEfiVariables = false; # GPU enablement hardware.asahi = { - peripheralFirmwareDirectory = ./firmware; + peripheralFirmwareDirectory = /boot/asahi; # GPU enablement useExperimentalGPUDriver = true; experimentalGPUInstallMode = "replace";