From 5a0577265e7c644603a42da0fe7f907b199d57e4 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sat, 21 May 2022 12:00:00 +0000 Subject: nixos/tests/ihatemoney: fix test ihm blocks on smtpd accepting the email --- nixos/tests/ihatemoney/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/nixos/tests/ihatemoney/default.nix b/nixos/tests/ihatemoney/default.nix index cd5f073343d..894a97d43d3 100644 --- a/nixos/tests/ihatemoney/default.nix +++ b/nixos/tests/ihatemoney/default.nix @@ -32,14 +32,7 @@ let }; }; # ihatemoney needs a local smtp server otherwise project creation just crashes - services.opensmtpd = { - enable = true; - serverConfiguration = '' - listen on lo - action foo relay - match from any for any action foo - ''; - }; + services.postfix.enable = true; }; testScript = '' machine.wait_for_open_port(8000) -- cgit 1.4.1