diff options
author | makefu <github@syntax-fehler.de> | 2017-09-26 00:24:30 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-09-26 00:24:30 +0200 |
commit | f1d2f346a3c1bf9df0dda32a5b797169dcb88620 (patch) | |
tree | be6be6bea125aa5e771cf763d37aab4c106a1f01 | |
parent | 1514a6502dfeed739a4752652ca5437222110375 (diff) |
puyak.r: fan speed to 11
-rw-r--r-- | krebs/1systems/puyak/config.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index cca8850fa..444bf383c 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -71,6 +71,10 @@ options thinkpad_acpi fan_control=1 ''; } + + system.activationScripts."disengage fancontrol" = '' + echo level disengaged > /proc/acpi/ibm/fan + ''; users.users.joerg = { openssh.authorizedKeys.keys = [ config.krebs.users.Mic92.pubkey ]; isNormalUser = true; |