modules: move meta at top level

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