about summary refs log tree commit diff
path: root/nixos/modules/services/misc/tzupdate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/tzupdate.nix')
-rw-r--r--nixos/modules/services/misc/tzupdate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/tzupdate.nix b/nixos/modules/services/misc/tzupdate.nix
index eac1e1112a5ab..300a578f7c4a6 100644
--- a/nixos/modules/services/misc/tzupdate.nix
+++ b/nixos/modules/services/misc/tzupdate.nix
@@ -9,7 +9,7 @@ in {
     enable = mkOption {
       type = types.bool;
       default = false;
-      description = ''
+      description = lib.mdDoc ''
         Enable the tzupdate timezone updating service. This provides
         a one-shot service which can be activated with systemctl to
         update the timezone.