summaryrefslogtreecommitdiff
path: root/tw/system/frm.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-12-07 19:29:21 +0100
committerTimo Wilken2023-12-07 19:29:21 +0100
commit12a43fbdbe95d31942a2300ab425f7ae72728435 (patch)
treedddd7047c60e302a64f179bad2c2b9eb6c6b4cfc /tw/system/frm.scm
parenta23abd14e1bb6c06aec88e324d7b8db5ffcd42a1 (diff)
Thermald does not support AMD CPUs
Diffstat (limited to 'tw/system/frm.scm')
-rw-r--r--tw/system/frm.scm13
1 files changed, 7 insertions, 6 deletions
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