nixosTests.dovecot: fix eval (#414745)

This commit is contained in:
Aleksana 2025-06-10 20:29:53 +08:00 committed by GitHub
commit 1b59a98255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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