about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/schleuder.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/schleuder.nix')
-rw-r--r--nixpkgs/nixos/tests/schleuder.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixpkgs/nixos/tests/schleuder.nix b/nixpkgs/nixos/tests/schleuder.nix
index a9e4cc325bc7..e57ef66bb8f9 100644
--- a/nixpkgs/nixos/tests/schleuder.nix
+++ b/nixpkgs/nixos/tests/schleuder.nix
@@ -82,9 +82,7 @@ import ./make-test-python.nix {
     # Since we don't have internet here, use dnsmasq to provide MX records from /etc/hosts
     services.dnsmasq = {
       enable = true;
-      extraConfig = ''
-        selfmx
-      '';
+      settings.selfmx = true;
     };
 
     networking.extraHosts = ''