disable experimental gpu driver

This commit is contained in:
mir 2024-03-02 12:11:14 -09:00
parent 52eea570c2
commit da9e9e56c4

View File

@ -19,7 +19,7 @@
modules = [
./configuration.nix {
hardware.asahi.peripheralFirmwareDirectory = ./galvatron/firmware;
hardware.asahi.useExperimentalGPUDriver = true;
# hardware.asahi.useExperimentalGPUDriver = true;
boot.loader.efi.canTouchEfiVariables = false;
networking.hostName = "galvatron";
sound.enable = false;