summary refs log tree commit diff
path: root/nixos/modules/services/networking/yggdrasil.nix
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2020-05-30 15:35:48 +0530
committerehmry <ehmry@posteo.net>2020-07-25 16:34:20 +0200
commit764a9252a36dc828f2a4f5de123679992353dd9c (patch)
tree320f3e064cef188ca2dbd8c50b9e4a5d855e5fbb /nixos/modules/services/networking/yggdrasil.nix
parent39deb82e4bb0106ba76a44a956a3a493c6436ae9 (diff)
downloadnixpkgs-764a9252a36dc828f2a4f5de123679992353dd9c.tar
nixpkgs-764a9252a36dc828f2a4f5de123679992353dd9c.tar.gz
nixpkgs-764a9252a36dc828f2a4f5de123679992353dd9c.tar.bz2
nixpkgs-764a9252a36dc828f2a4f5de123679992353dd9c.tar.lz
nixpkgs-764a9252a36dc828f2a4f5de123679992353dd9c.tar.xz
nixpkgs-764a9252a36dc828f2a4f5de123679992353dd9c.tar.zst
nixpkgs-764a9252a36dc828f2a4f5de123679992353dd9c.zip
nixos/yggdrasil: add manual section
Diffstat (limited to 'nixos/modules/services/networking/yggdrasil.nix')
-rw-r--r--nixos/modules/services/networking/yggdrasil.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/yggdrasil.nix b/nixos/modules/services/networking/yggdrasil.nix
index 0fe9a200a1b..a71c635c9f6 100644
--- a/nixos/modules/services/networking/yggdrasil.nix
+++ b/nixos/modules/services/networking/yggdrasil.nix
@@ -195,5 +195,8 @@ in {
     # Make yggdrasilctl available on the command line.
     environment.systemPackages = [ cfg.package ];
   });
-  meta.maintainers = with lib.maintainers; [ gazally ehmry ];
+  meta = {
+    doc = ./yggdrasil.xml;
+    maintainers = with lib.maintainers; [ gazally ehmry ];
+  };
 }