ma hw/x13: allow fan control

This commit is contained in:
makefu 2021-05-25 09:51:36 +02:00
parent c9a6788566
commit dbf138ec8c
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

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