From 53def581fd67805a5dfca89006e66c6987e7a276 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Sun, 23 Aug 2026 02:41:11 -0400 Subject: [PATCH] nixosTests.actual: migrate to systemd-nspawn related: https://github.com/NixOS/nixpkgs/issues/555640 Signed-off-by: Ethan Carter Edwards --- nixos/tests/actual.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/actual.nix b/nixos/tests/actual.nix index 77020fc6c47c..103e4fb49c71 100644 --- a/nixos/tests/actual.nix +++ b/nixos/tests/actual.nix @@ -3,13 +3,13 @@ name = "actual"; meta.maintainers = [ lib.maintainers.oddlama ]; - nodes.machine = + containers.machine = { ... }: { services.actual.enable = true; }; - nodes.machine2 = + containers.machine2 = { ... }: { services.actual = {