From 12a43fbdbe95d31942a2300ab425f7ae72728435 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 7 Dec 2023 19:29:21 +0100 Subject: Thermald does not support AMD CPUs --- tw/system/frm.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'tw') diff --git a/tw/system/frm.scm b/tw/system/frm.scm index bc22f8ab..2c1c5054 100644 --- a/tw/system/frm.scm +++ b/tw/system/frm.scm @@ -171,7 +171,7 @@ These are actually Mediatek MT7922 chips.") #~(@ (tw system frm) %frm-system)) (services-to-restart ;; Anything that won't cause disruption when restarting. - '(syncthing-timo earlyoom thermald tlp wireguard-wg0 mcron)))) + '(syncthing-timo earlyoom tlp wireguard-wg0 mcron)))) ;; Set up a secrets config for WireGuard to extend. (service secrets-service-type @@ -179,10 +179,11 @@ These are actually Mediatek MT7922 chips.") ;; TODO: reencrypt with SSH host key (host-key "/etc/secrets.key"))) ; we have no SSH host keys, so use a custom key - (enduser-system-services - #:host-name host-name - #:cores 12 - #:wireless-interface "wlp1s0" - #:backlight-device "amdgpu_bl0"))))) + (modify-services (enduser-system-services + #:host-name host-name + #:cores 12 + #:wireless-interface "wlp1s0" + #:backlight-device "amdgpu_bl0") + (delete thermald-service-type)))))) %frm-system -- cgit v1.2.3