nixos/manual: fix inclusion of FoundationDB documentation

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-07-30 06:25:21 -05:00
parent c227febef6
commit 1fdfa1ca13
2 changed files with 4 additions and 4 deletions

View File

@ -320,9 +320,6 @@ in
};
config = mkIf cfg.enable {
meta.doc = ./foundationdb.xml;
meta.maintainers = with lib.maintainers; [ thoughtpolice ];
environment.systemPackages = [ pkg ];
users.users = optionalAttrs (cfg.user == "foundationdb") (singleton
@ -413,4 +410,7 @@ in
'';
};
};
meta.doc = ./foundationdb.xml;
meta.maintainers = with lib.maintainers; [ thoughtpolice ];
}

View File

@ -2,7 +2,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="module-foundationdb">
xml:id="module-services-foundationdb">
<title>FoundationDB</title>