nixos/odoo: apply suggestions from review

main
Maciej Krüger 3 years ago
parent 19781e6663
commit f9bbc60cfb
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
  1. 4
      nixos/modules/services/finance/odoo.nix

@ -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"/>
''; '';
}; };

Loading…
Cancel
Save