nixos/tests/ihatemoney: fix test

ihm blocks on smtpd accepting the email

Changed files
+1 -8
nixos
tests
ihatemoney
+1 -8
nixos/tests/ihatemoney/default.nix
···
};
};
# 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
-
'';
-
};
};
testScript = ''
machine.wait_for_open_port(8000)
···
};
};
# ihatemoney needs a local smtp server otherwise project creation just crashes
+
services.postfix.enable = true;
};
testScript = ''
machine.wait_for_open_port(8000)