about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-10-24 17:54:10 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-10-26 03:01:56 +0200
commit3851afc8eb5f3c5d691ec73a370ee26fd0bd385e (patch)
tree48e02f5ccd58650d55bb819db5cb87f12d7bd2cb /nixos/modules/services
parent946fe73b56779210419bb93f4fcf700b1ec67a21 (diff)
downloadnixlib-3851afc8eb5f3c5d691ec73a370ee26fd0bd385e.tar
nixlib-3851afc8eb5f3c5d691ec73a370ee26fd0bd385e.tar.gz
nixlib-3851afc8eb5f3c5d691ec73a370ee26fd0bd385e.tar.bz2
nixlib-3851afc8eb5f3c5d691ec73a370ee26fd0bd385e.tar.lz
nixlib-3851afc8eb5f3c5d691ec73a370ee26fd0bd385e.tar.xz
nixlib-3851afc8eb5f3c5d691ec73a370ee26fd0bd385e.tar.zst
nixlib-3851afc8eb5f3c5d691ec73a370ee26fd0bd385e.zip
opensmtpd service: path -> package for option procPackages
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/mail/opensmtpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/opensmtpd.nix b/nixos/modules/services/mail/opensmtpd.nix
index c54fd1950cfb..3b493d2015dc 100644
--- a/nixos/modules/services/mail/opensmtpd.nix
+++ b/nixos/modules/services/mail/opensmtpd.nix
@@ -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.