From 2d2c7dc04c73dd3cf9c58c69c047896993382ea1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 18 May 2026 16:10:31 +0200 Subject: [PATCH] nixosTests.lasuite-docs: run in nspawn container --- nixos/tests/web-apps/lasuite-docs.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/tests/web-apps/lasuite-docs.nix b/nixos/tests/web-apps/lasuite-docs.nix index d57a9158779d..9e3eb4e234f3 100644 --- a/nixos/tests/web-apps/lasuite-docs.nix +++ b/nixos/tests/web-apps/lasuite-docs.nix @@ -14,12 +14,9 @@ in soyouzpanda ]; - nodes.machine = + containers.machine = { pkgs, ... }: { - virtualisation.diskSize = 4 * 1024; - virtualisation.memorySize = 4 * 1024; - networking.hosts."127.0.0.1" = [ domain ]; environment.systemPackages = with pkgs; [