From b78c19a9cc2e0431cdba6faa88c5821462839f22 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Thu, 18 Jun 2026 08:50:56 +0200 Subject: [PATCH] nixos/tests/gs1200-exporter: migrate to nspawn container --- nixos/tests/gs1200-exporter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/gs1200-exporter.nix b/nixos/tests/gs1200-exporter.nix index 5f4b4c611c36..03185a4b3b04 100644 --- a/nixos/tests/gs1200-exporter.nix +++ b/nixos/tests/gs1200-exporter.nix @@ -2,7 +2,7 @@ { name = "gs1200-exporter"; meta.maintainers = with lib.maintainers; [ DerGrumpf ]; - nodes.machine = _: { + containers.machine = { services.gs1200-exporter = { enable = true; address = "192.168.2.4";