From fbd576b52e7b1ddb7f48826f43fccd8fd15b4eff Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 25 Dec 2024 08:26:46 +0300 Subject: [PATCH] Max: Disable fan control on poweroff. --- host/x86_64-linux/max/Power.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/x86_64-linux/max/Power.nix b/host/x86_64-linux/max/Power.nix index f37336ce..7c13326f 100644 --- a/host/x86_64-linux/max/Power.nix +++ b/host/x86_64-linux/max/Power.nix @@ -41,7 +41,7 @@ in description = "The fan control"; wantedBy = [ "multi-user.target" ]; serviceConfig = { - # ExecStop = "${wm2fc}/bin/wm2fc a"; + ExecStop = "${wm2fc}/bin/wm2fc a"; Type = "simple"; }; path = with pkgs; [