From f8309d5b7636c6fb2d7b538335d8c169105ba1d9 Mon Sep 17 00:00:00 2001
From: Robin Raymond <robin@robinraymond.de>
Date: Sat, 11 Nov 2017 14:12:16 +0100
Subject: [PATCH] add second domain to test

---
 tests/extern.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/extern.nix b/tests/extern.nix
index 03c53c6..6b9feae 100644
--- a/tests/extern.nix
+++ b/tests/extern.nix
@@ -26,7 +26,7 @@ import <nixpkgs/nixos/tests/make-test.nix> {
             mailserver = {
               enable = true;
               fqdn = "mail.example.com";
-              domains = [ "example.com" ];
+              domains = [ "example.com" "example2.com" ];
 
               loginAccounts = {
                   "user1@example.com" = {