puyak.r: enable fan control
This commit is contained in:
parent
aa8f679039
commit
1514a6502d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user