summaryrefslogtreecommitdiffstats
path: root/makefu
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
commitdbf138ec8c9af6b66cd571f663a8362967604d23 (patch)
tree12894d9af8a5f2366cb373640cb06bad394d1855 /makefu
parentc9a67885666bc85e0c5340d78c38cde279a1eac1 (diff)
ma hw/x13: allow fan control
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/x/x13/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/1systems/x/x13/default.nix b/makefu/1systems/x/x13/default.nix
index ac601845..f0d663ee 100644
--- a/makefu/1systems/x/x13/default.nix
+++ b/makefu/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
+ '';
}