ma hw/x13: allow fan control

This commit is contained in:
makefu 2021-05-25 09:51:36 +02:00
parent d2bae07fd3
commit 85b3d7ae0c

View file

@ -32,5 +32,9 @@
users.groups.video = {};
users.users.makefu.extraGroups = [ "video" ];
boot.extraModprobeConfig = ''
options thinkpad_acpi fan_control=1
'';
}