summaryrefslogtreecommitdiff
path: root/px/services/desktop.scm
diff options
context:
space:
mode:
Diffstat (limited to 'px/services/desktop.scm')
-rw-r--r--px/services/desktop.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/px/services/desktop.scm b/px/services/desktop.scm
index 57ca40c..4644edb 100644
--- a/px/services/desktop.scm
+++ b/px/services/desktop.scm
@@ -328,15 +328,15 @@
;; Power savings
(service tlp-service-type)
+ ;; Prevent overheating
+ ;; TLP does not conflict with thermald.
+ (service thermald-service-type)
+
;; Bluetooth service
;; (bluetooth-service #:auto-enable? #t)
(service bluetooth-service-type
(bluetooth-configuration (auto-enable? #t)))
- ;; Prevent overheating
- ;; TLP does not conflict with thermald.
- (service thermald-service-type)
-
;; Printing
(service cups-service-type
(cups-configuration (web-interface? #t)