summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorBlaž Hrastnik <blaz@mxxn.io>2020-12-08 08:26:36 +0900
committerBlaž Hrastnik <blaz@mxxn.io>2020-12-08 08:26:36 +0900
commit920c439915e81da38be34381c6deed870d857a47 (patch)
tree1cf5bd825628c1771caab95b6b974571228199da /nixos/modules
parentf0c414d510a6de41e02979c76bf2fa631df7be34 (diff)
thermald: Fix systemd service definition.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/hardware/thermald.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/thermald.nix b/nixos/modules/services/hardware/thermald.nix
index 241490c5aae7..6be255cebf1d 100644
--- a/nixos/modules/services/hardware/thermald.nix
+++ b/nixos/modules/services/hardware/thermald.nix
@@ -39,7 +39,7 @@ in {
--no-daemon \
${optionalString cfg.debug "--loglevel=debug"} \
${optionalString (cfg.configFile != null) "--config-file ${cfg.configFile}"} \
- --dbus-enable
+ --dbus-enable \
--adaptive
'';
};