about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/sympa.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/sympa.nix')
-rw-r--r--nixpkgs/nixos/tests/sympa.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/nixos/tests/sympa.nix b/nixpkgs/nixos/tests/sympa.nix
index aad7c95b6c99..80daa4134f75 100644
--- a/nixpkgs/nixos/tests/sympa.nix
+++ b/nixpkgs/nixos/tests/sympa.nix
@@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "sympa";
   meta.maintainers = with lib.maintainers; [ mmilata ];
 
-  machine =
+  nodes.machine =
     { ... }:
     {
 
@@ -13,7 +13,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
             webHost = "localhost";
           };
         };
-        listMasters = [ "joe@example.org" ];
+        listMasters = [ "bob@example.org" ];
         web.enable = true;
         web.https = false;
         database = {