summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/jitsi-meet.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-09-09 22:10:48 -0700
committerRyan Mulligan <ryan@ryantm.com>2020-09-09 22:18:20 -0700
commit531c08a1d97dd2e4076619e91316f5ddacb42345 (patch)
tree20d8463b348cb7507a2dd695352610c7235cfe5c /nixos/modules/services/web-apps/jitsi-meet.nix
parent5985b5c94c4cc72ec636cae9e883465913c1710d (diff)
downloadnixpkgs-531c08a1d97dd2e4076619e91316f5ddacb42345.tar
nixpkgs-531c08a1d97dd2e4076619e91316f5ddacb42345.tar.gz
nixpkgs-531c08a1d97dd2e4076619e91316f5ddacb42345.tar.bz2
nixpkgs-531c08a1d97dd2e4076619e91316f5ddacb42345.tar.lz
nixpkgs-531c08a1d97dd2e4076619e91316f5ddacb42345.tar.xz
nixpkgs-531c08a1d97dd2e4076619e91316f5ddacb42345.tar.zst
nixpkgs-531c08a1d97dd2e4076619e91316f5ddacb42345.zip
nixos/jitsi-meet: add docs
Diffstat (limited to 'nixos/modules/services/web-apps/jitsi-meet.nix')
-rw-r--r--nixos/modules/services/web-apps/jitsi-meet.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/jitsi-meet.nix b/nixos/modules/services/web-apps/jitsi-meet.nix
index 3b2b2440491..2df762882fa 100644
--- a/nixos/modules/services/web-apps/jitsi-meet.nix
+++ b/nixos/modules/services/web-apps/jitsi-meet.nix
@@ -329,5 +329,6 @@ in
     };
   };
 
+  meta.doc = ./jitsi-meet.xml;
   meta.maintainers = lib.teams.jitsi.members;
 }