diff options
-rw-r--r-- | deployment/systems/akashi.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm index 3c22344..b0976be 100644 --- a/deployment/systems/akashi.scm +++ b/deployment/systems/akashi.scm @@ -68,6 +68,8 @@ (timezone* "Europe/Warsaw")) (gnu:system:operating-system (kernel gnu:packages:linux:linux-libre) + (kernel-arguments (cons* "thinkpad_acpi.fan_control=1" + gnu:system:%default-kernel-arguments)) (bootloader (machines:thinkpad-x200:bootloader-configuration* keyboard-layout*)) (label (sovereign:systems:operating-system-label* host-name* (gnu:system:operating-system-default-label gnu:system:this-operating-system))) |