about summary refs log tree commit diff
path: root/nixos/modules/services/networking/go-autoconfig.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/go-autoconfig.nix')
-rw-r--r--nixos/modules/services/networking/go-autoconfig.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/go-autoconfig.nix b/nixos/modules/services/networking/go-autoconfig.nix
index 07c628ae2cadf..2fc7c53218ca4 100644
--- a/nixos/modules/services/networking/go-autoconfig.nix
+++ b/nixos/modules/services/networking/go-autoconfig.nix
@@ -12,11 +12,11 @@ in {
   options = {
     services.go-autoconfig = {
 
-      enable = mkEnableOption (mdDoc "IMAP/SMTP autodiscover feature for mail clients");
+      enable = mkEnableOption "IMAP/SMTP autodiscover feature for mail clients";
 
       settings = mkOption {
         default = { };
-        description = mdDoc ''
+        description = ''
           Configuration for go-autoconfig. See
           <https://github.com/L11R/go-autoconfig/blob/master/config.yml>
           for more information.