opensmtpd service: path -> package for option procPackages
This commit is contained in:
parent
946fe73b56
commit
3851afc8eb
@ -61,7 +61,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
procPackages = mkOption {
|
procPackages = mkOption {
|
||||||
type = types.listOf types.path;
|
type = types.listOf types.package;
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
Packages to search for filters, tables, queues, and schedulers.
|
Packages to search for filters, tables, queues, and schedulers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user