manual: automatically generate modules entries

This commit is contained in:
Eric Sagnes
2016-08-11 00:24:41 +09:00
parent 38f322f2cf
commit 898435d16e
4 changed files with 14 additions and 9 deletions
@@ -534,6 +534,6 @@ in {
(mkIf (cfg.enable && cfg.listenHost != "localhost") {
networking.firewall.allowedTCPPorts = [ cfg.listenPort ];
})
{ meta.doc = ./taskserver.xml; }
{ meta.doc = ./doc.xml; }
];
}