summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2022-06-04 12:04:02 +0000
committerGitHub <noreply@github.com>2022-06-04 12:04:02 +0000
commited883bbfd9a515aa3bbf9a0a27aab9f20f74f0fa (patch)
treeb86936c82c94989eb99e520b0420e499109b6860 /nixos
parentfbe4d9e2de977f27c87430a755d5fa24aaed94af (diff)
parent5a0577265e7c644603a42da0fe7f907b199d57e4 (diff)
downloadnixpkgs-ed883bbfd9a515aa3bbf9a0a27aab9f20f74f0fa.tar
nixpkgs-ed883bbfd9a515aa3bbf9a0a27aab9f20f74f0fa.tar.gz
nixpkgs-ed883bbfd9a515aa3bbf9a0a27aab9f20f74f0fa.tar.bz2
nixpkgs-ed883bbfd9a515aa3bbf9a0a27aab9f20f74f0fa.tar.lz
nixpkgs-ed883bbfd9a515aa3bbf9a0a27aab9f20f74f0fa.tar.xz
nixpkgs-ed883bbfd9a515aa3bbf9a0a27aab9f20f74f0fa.tar.zst
nixpkgs-ed883bbfd9a515aa3bbf9a0a27aab9f20f74f0fa.zip
Merge pull request #173881 from symphorien/ihm-fix-test
nixos/tests/ihatemoney: fix test
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/ihatemoney/default.nix9
1 files changed, 1 insertions, 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)