summary refs log tree commit diff
path: root/nixos/modules/services/networking/ergochat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/ergochat.nix')
-rw-r--r--nixos/modules/services/networking/ergochat.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ergochat.nix b/nixos/modules/services/networking/ergochat.nix
index 5e815a9eff207..1a70b1f8613ed 100644
--- a/nixos/modules/services/networking/ergochat.nix
+++ b/nixos/modules/services/networking/ergochat.nix
@@ -4,7 +4,7 @@ in {
   options = {
     services.ergochat = {
 
-      enable = lib.mkEnableOption "Ergo IRC daemon";
+      enable = lib.mkEnableOption (lib.mdDoc "Ergo IRC daemon");
 
       openFilesLimit = lib.mkOption {
         type = lib.types.int;