Re-export linux-asahi/m1n1 for CI

This commit is contained in:
Spotlight 2025-05-28 18:17:29 -05:00
parent e6ff6ddaa2
commit cc4b19e36e
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 35 additions and 26 deletions

View file

@ -23,13 +23,8 @@
time.timeZone = lib.mkForce null;
# Asahi Linux support
hardware.asahi = {
peripheralFirmwareDirectory = /boot/asahi;
# GPU enablement
useExperimentalGPUDriver = true;
experimentalGPUInstallMode = "replace";
withRust = true;
};
# Options such as `withRust` are no longer necessary.
hardware.asahi.peripheralFirmwareDirectory = /boot/asahi;
networking = {
hostName = "spotlights-macbook-air";