opensmtpd service: path -> package for option procPackages

This commit is contained in:
Joachim Fasting
2016-10-26 03:01:56 +02:00
parent 946fe73b56
commit 3851afc8eb
+1 -1
View File
@@ -61,7 +61,7 @@ in {
};
procPackages = mkOption {
type = types.listOf types.path;
type = types.listOf types.package;
default = [];
description = ''
Packages to search for filters, tables, queues, and schedulers.