Merge pull request #173881 from symphorien/ihm-fix-test

nixos/tests/ihatemoney: fix test
This commit is contained in:
Guillaume Girol 2022-06-04 12:04:02 +00:00 committed by GitHub
commit ed883bbfd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)