summary refs log tree commit diff
path: root/nixos/modules/services/networking/coredns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/coredns.nix')
-rw-r--r--nixos/modules/services/networking/coredns.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/coredns.nix b/nixos/modules/services/networking/coredns.nix
index 88615d8e610..9a4140e9d58 100644
--- a/nixos/modules/services/networking/coredns.nix
+++ b/nixos/modules/services/networking/coredns.nix
@@ -24,7 +24,7 @@ in {
       default = pkgs.coredns;
       defaultText = literalExpression "pkgs.coredns";
       type = types.package;
-      description = "Coredns package to use.";
+      description = lib.mdDoc "Coredns package to use.";
     };
   };