nixos/node-red: fix cfg.package
default value documentation
This commit is contained in:
parent
da285ab5e5
commit
77e3850db0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in
|
|||
options.services.node-red = {
|
||||
enable = mkEnableOption (lib.mdDoc "the Node-RED service");
|
||||
|
||||
package = mkPackageOption pkgs.nodePackages "node-red" { };
|
||||
package = mkPackageOption pkgs [ "nodePackages" "node-red" ] { };
|
||||
|
||||
openFirewall = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Reference in a new issue