1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/tests/ihatemoney: fix test

ihm blocks on smtpd accepting the email
This commit is contained in:
Guillaume Girol 2022-05-21 12:00:00 +00:00
parent 98bcd08cb1
commit 5a0577265e

View file

@ -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)