diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-08-08 19:46:19 +0200 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-08-08 19:46:19 +0200 |
| commit | 399a334b13fabdfa9e1450ca7ae185f38cfd9d80 (patch) | |
| tree | 26f11e586281d028c05e425fe048aadb0d1d403d /deployment/system/akashi.scm | |
| parent | 338f9b45c523a717b3d308d9fd40f241650497f3 (diff) | |
(system akashi): slow down the fan to decrease the noise level
Diffstat (limited to 'deployment/system/akashi.scm')
| -rw-r--r-- | deployment/system/akashi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/system/akashi.scm b/deployment/system/akashi.scm index c7a2fe2..e3cb5e0 100644 --- a/deployment/system/akashi.scm +++ b/deployment/system/akashi.scm @@ -109,7 +109,7 @@ (kernel gnu:packages:linux:linux-libre) (kernel-loadable-modules (list)) (kernel-arguments (cons* "thinkpad_acpi.fan_control=1" - "thinkpad_acpi.fan='level 7'" + "thinkpad_acpi.fan='level 2'" gnu:system:%default-kernel-arguments)) (hurd #f) (bootloader (custom-bootloader-configuration (list "/dev/sda"))) |
