disable overclocking gpu on glados (instability inc)

This commit is contained in:
Lillian Violet 2024-12-16 21:02:08 +01:00
parent 552f606563
commit af630d4de1

View file

@ -53,11 +53,11 @@
}; };
# Warning: GPU optimisations have the potential to damage hardware # Warning: GPU optimisations have the potential to damage hardware
gpu = { # gpu = {
apply_gpu_optimisations = "accept-responsibility"; # apply_gpu_optimisations = "accept-responsibility";
gpu_device = 0; # gpu_device = 0;
amd_performance_level = "high"; # amd_performance_level = "high";
}; # };
custom = { custom = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'"; start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";