nixos/odoo: apply suggestions from review
This commit is contained in:
parent
19781e6663
commit
f9bbc60cfb
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue