From 0a389da154f6e4901b60c86f39e883cb9cf05a11 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 25 Sep 2025 18:39:49 +0200 Subject: Whatever --- hosts/apocalypse/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/apocalypse/hardware-configuration.nix') diff --git a/hosts/apocalypse/hardware-configuration.nix b/hosts/apocalypse/hardware-configuration.nix index d8ae434..a3bd75f 100644 --- a/hosts/apocalypse/hardware-configuration.nix +++ b/hosts/apocalypse/hardware-configuration.nix @@ -19,6 +19,10 @@ menuentry 'UEFI Firmware' $menuentry_id_option 'uefi-firmware' { fwsetup } ''; + + boot.extraModprobeConfig = '' + options thinkpad_acpi fan_control=1 + ''; boot.initrd.luks.devices = { "cryptroot".device = "/dev/disk/by-uuid/d2c3c197-3d75-4da2-a098-207030a91b62"; -- cgit v1.3.1