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 deaba69e99f..f928cdf9614 100644
--- a/nixos/modules/services/networking/coredns.nix
+++ b/nixos/modules/services/networking/coredns.nix
@@ -7,7 +7,7 @@ let
   configFile = pkgs.writeText "Corefile" cfg.config;
 in {
   options.services.coredns = {
-    enable = mkEnableOption "Coredns dns server";
+    enable = mkEnableOption (lib.mdDoc "Coredns dns server");
 
     config = mkOption {
       default = "";