From fa1e23d4bcbb315b5e000cc4b9078157e46b276f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lima?= Date: Thu, 30 Apr 2026 00:30:42 +0100 Subject: [PATCH] nixos/tests/virtualbox: disable systemd stage1 --- nixos/tests/virtualbox.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/virtualbox.nix b/nixos/tests/virtualbox.nix index 177cf886dcc6..8480693d63b2 100644 --- a/nixos/tests/virtualbox.nix +++ b/nixos/tests/virtualbox.nix @@ -77,6 +77,8 @@ let virtualisation.virtualbox.guest.enable = true; + boot.initrd.systemd.enable = false; + boot.initrd.kernelModules = [ "af_packet" "vboxsf"