From 4d99a4a232fcb9de37285a2ec64192ca33c1b2ee Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 1 Jan 2023 03:01:04 +0100 Subject: [PATCH] hitagi: Disable corectrl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I renewed the thermal paste on its GPU and replaced the stock fan with two Noctua NF-A9 PWM that are controlled via the mainboard’s fan headers (connected via a Y splitter), so corectrl is no longer necessary. --- machines/hitagi/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/machines/hitagi/configuration.nix b/machines/hitagi/configuration.nix index 3b62dab..8c777a6 100644 --- a/machines/hitagi/configuration.nix +++ b/machines/hitagi/configuration.nix @@ -72,6 +72,4 @@ networking.hostName = "hitagi"; system.stateVersion = "20.03"; - - programs.corectrl.enable = true; }