summary refs log tree commit diff
path: root/nixos/modules/services/networking/logmein-hamachi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/logmein-hamachi.nix')
-rw-r--r--nixos/modules/services/networking/logmein-hamachi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/logmein-hamachi.nix b/nixos/modules/services/networking/logmein-hamachi.nix
index 11cbdda2f84..7c00b82e3b3 100644
--- a/nixos/modules/services/networking/logmein-hamachi.nix
+++ b/nixos/modules/services/networking/logmein-hamachi.nix
@@ -18,7 +18,7 @@ in
       type = types.bool;
       default = false;
       description =
-        ''
+        lib.mdDoc ''
           Whether to enable LogMeIn Hamachi, a proprietary
           (closed source) commercial VPN software.
         '';