nixosTests.dovecot: fix eval

This commit is contained in:
Sizhe Zhao 2025-06-07 21:15:00 +08:00
parent ab60fdf504
commit e304a8352a
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -12,7 +12,6 @@ import ./make-test-python.nix {
"imap"
"pop3"
];
modules = [ pkgs.dovecot_pigeonhole ];
mailUser = "vmail";
mailGroup = "vmail";
};
@ -75,6 +74,7 @@ import ./make-test-python.nix {
in
[
pkgs.dovecot_pigeonhole
sendTestMail
sendTestMailViaDeliveryAgent
testImap