summary refs log tree commit diff
path: root/nixos/modules/services/networking/prosody.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-10 12:34:37 +0100
committerpennae <github@quasiparticle.net>2023-01-10 12:34:37 +0100
commit53fc887582fba4fd4938ce1b647d6152ea374ed1 (patch)
tree6042178980e8252bd81963d9ede8db0d21821e6d /nixos/modules/services/networking/prosody.nix
parentb15f4d0f9735f3dbce30b7d8c490627f5d9394e5 (diff)
downloadnixpkgs-53fc887582fba4fd4938ce1b647d6152ea374ed1.tar
nixpkgs-53fc887582fba4fd4938ce1b647d6152ea374ed1.tar.gz
nixpkgs-53fc887582fba4fd4938ce1b647d6152ea374ed1.tar.bz2
nixpkgs-53fc887582fba4fd4938ce1b647d6152ea374ed1.tar.lz
nixpkgs-53fc887582fba4fd4938ce1b647d6152ea374ed1.tar.xz
nixpkgs-53fc887582fba4fd4938ce1b647d6152ea374ed1.tar.zst
nixpkgs-53fc887582fba4fd4938ce1b647d6152ea374ed1.zip
nixos/manual: move "edit the MD file" comments to generated XML
Diffstat (limited to 'nixos/modules/services/networking/prosody.nix')
-rw-r--r--nixos/modules/services/networking/prosody.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/prosody.nix b/nixos/modules/services/networking/prosody.nix
index 5ef472bf9c2..0746bbf184f 100644
--- a/nixos/modules/services/networking/prosody.nix
+++ b/nixos/modules/services/networking/prosody.nix
@@ -905,6 +905,5 @@ in
 
   };
 
-  # Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
   meta.doc = ./prosody.xml;
 }