nixosTests.dovecot: fix eval

This commit is contained in:
Sizhe Zhao
2025-06-07 21:16:24 +08:00
parent ab60fdf504
commit e304a8352a
+1 -1
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