diff options
-rw-r--r-- | deployment/systems/akashi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm index dc2f65e..5093fd4 100644 --- a/deployment/systems/akashi.scm +++ b/deployment/systems/akashi.scm @@ -51,7 +51,7 @@ (gnu:system:operating-system (kernel gnu:packages:linux:linux-libre) (kernel-arguments (cons* "thinkpad_acpi.fan_control=1" - "thinkpad_acpi.fan='level 5'" + "thinkpad_acpi.fan='level 7'" gnu:system:%default-kernel-arguments)) (bootloader (machines:thinkpad-x200:bootloader-configuration* keyboard-layout*)) (label (sovereign:systems:operating-system-label* host-name* |