nixos/discourse: Add NixOS manual entry

This commit is contained in:
talyz 2021-03-15 16:55:05 +01:00
parent 5138941ad3
commit 642854055c
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B
2 changed files with 326 additions and 0 deletions

View file

@ -1029,4 +1029,7 @@ in
cfg.package.rake
];
};
meta.doc = ./discourse.xml;
meta.maintainers = [ lib.maintainers.talyz ];
}