summaryrefslogtreecommitdiff
path: root/tw/system/frm.scm
diff options
context:
space:
mode:
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