From af630d4de1eaca9fc64c517a73b96dcede2582bb Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 16 Dec 2024 21:02:08 +0100 Subject: [PATCH] disable overclocking gpu on glados (instability inc) --- nixos/hosts/GLaDOS/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 18dad69..7441ea0 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -53,11 +53,11 @@ }; # Warning: GPU optimisations have the potential to damage hardware - gpu = { - apply_gpu_optimisations = "accept-responsibility"; - gpu_device = 0; - amd_performance_level = "high"; - }; + # gpu = { + # apply_gpu_optimisations = "accept-responsibility"; + # gpu_device = 0; + # amd_performance_level = "high"; + # }; custom = { start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";