puyak.r: enable fan control

This commit is contained in:
makefu 2017-09-26 00:22:53 +02:00
parent aa8f679039
commit 1514a6502d
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -65,7 +65,12 @@
'';
environment.systemPackages = [ pkgs.zsh ];
boot.kernelModules = [ "kvm-intel" ];
boot = {
kernelModules = [ "kvm-intel" ];
extraModprobeConfig = ''
options thinkpad_acpi fan_control=1
'';
}
users.users.joerg = {
openssh.authorizedKeys.keys = [ config.krebs.users.Mic92.pubkey ];
isNormalUser = true;