From 27c670ba57336d4c2911291062bb232fe153ea9b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 24 May 2026 13:18:22 +0200 Subject: [PATCH] nixosTests.pinnwand: use nspawn container --- nixos/tests/pinnwand.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/pinnwand.nix b/nixos/tests/pinnwand.nix index e7e62ee7dacc..f14a22f76686 100644 --- a/nixos/tests/pinnwand.nix +++ b/nixos/tests/pinnwand.nix @@ -12,7 +12,7 @@ in maintainers = [ hexa ]; }; - nodes = { + containers = { server = { config, ... }: {