opensmtpd service: path -> package for option procPackages

This commit is contained in:
Joachim Fasting 2016-10-24 17:54:10 +02:00
parent 946fe73b56
commit 3851afc8eb

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.