nixos/odoo: apply suggestions from review

This commit is contained in:
Maciej Krüger 2021-11-03 12:39:32 +01:00
parent 19781e6663
commit f9bbc60cfb
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -22,14 +22,14 @@ in
type = with types; listOf package; type = with types; listOf package;
default = []; default = [];
example = literalExpression "[ pkgs.odoo_enterprise ]"; example = literalExpression "[ pkgs.odoo_enterprise ]";
description = "Odoo addons"; description = "Odoo addons.";
}; };
settings = mkOption { settings = mkOption {
type = format.type; type = format.type;
default = {}; default = {};
description = '' description = ''
Odoo configuration settings. For more details see https://www.odoo.com/documentation/15.0/administration/install/deploy.html Odoo configuration settings. For more details see <link xlink:href="https://www.odoo.com/documentation/15.0/administration/install/deploy.html"/>
''; '';
}; };