From d22183a8c2555bfbcf0bc8edbe234c078fc0d545 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 1 Nov 2021 16:27:13 +0100 Subject: [PATCH] mayushii: Allow manually controlling the fan speed --- machines/mayushii/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index ccbd265..08caf1c 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -23,6 +23,9 @@ }; }; }; + extraModprobeConfig = '' + options thinkpad_acpi fan_control=1 + ''; }; fileSystems = {