summary refs log tree commit diff
path: root/nixos/modules/services/networking/morty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/morty.nix')
-rw-r--r--nixos/modules/services/networking/morty.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/morty.nix b/nixos/modules/services/networking/morty.nix
index cc5d7998f36..4b20c34cfc9 100644
--- a/nixos/modules/services/networking/morty.nix
+++ b/nixos/modules/services/networking/morty.nix
@@ -17,7 +17,7 @@ in
     services.morty = {
 
       enable = mkEnableOption
-        "Morty proxy server. See https://github.com/asciimoo/morty";
+        (lib.mdDoc "Morty proxy server. See https://github.com/asciimoo/morty");
 
       ipv6 = mkOption {
         type = types.bool;