From fbc588f146aa3dca889d4abfa61fb0bd594b2f5c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 24 May 2026 13:19:44 +0200 Subject: [PATCH] nixosTests.postfix-tlspol: use nspawn container --- nixos/tests/postfix-tlspol.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/postfix-tlspol.nix b/nixos/tests/postfix-tlspol.nix index d4f9f69d9bb5..d1af9877adb3 100644 --- a/nixos/tests/postfix-tlspol.nix +++ b/nixos/tests/postfix-tlspol.nix @@ -7,7 +7,7 @@ meta.maintainers = with lib.maintainers; [ hexa ]; - nodes.machine = { + containers.machine = { services.postfix.enable = true; services.postfix-tlspol.enable = true;