summary refs log tree commit diff
path: root/nixos/modules/services/system/localtime.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/system/localtime.nix')
-rw-r--r--nixos/modules/services/system/localtime.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/system/localtime.nix b/nixos/modules/services/system/localtime.nix
index 689453375f5..c80fe366453 100644
--- a/nixos/modules/services/system/localtime.nix
+++ b/nixos/modules/services/system/localtime.nix
@@ -12,8 +12,8 @@ in {
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
-          Enable <literal>localtimed</literal>, a simple daemon for keeping the
+        description = lib.mdDoc ''
+          Enable `localtimed`, a simple daemon for keeping the
           system timezone up-to-date based on the current location. It uses
           geoclue2 to determine the current location.
         '';