summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-05-25 09:51:36 +0200
committermakefu <github@syntax-fehler.de>2021-05-25 09:51:36 +0200
commit85b3d7ae0c4b4ad4b1e1d9f6f29b2d10a1cc1e44 (patch)
tree8dd51404340e88620ba895ce2fb518af2865db18
parentd2bae07fd3f7638d2e6852c1c000678413fe3f8e (diff)
ma hw/x13: allow fan control
-rw-r--r--1systems/x/x13/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/1systems/x/x13/default.nix b/1systems/x/x13/default.nix
index ac601845a..f0d663ee9 100644
--- a/1systems/x/x13/default.nix
+++ b/1systems/x/x13/default.nix
@@ -32,5 +32,9 @@
users.groups.video = {};
users.users.makefu.extraGroups = [ "video" ];
+
+ boot.extraModprobeConfig = ''
+ options thinkpad_acpi fan_control=1
+ '';
}