From 39bb28cac5e1d55dc7e764f7b53a4e8e1c10a428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6gler?= Date: Mon, 13 Apr 2026 18:56:08 +0200 Subject: [PATCH] nixos/tests/machinectl: Remove virtiofs The virtiofs kernel module is provided by qemu-guest. --- nixos/tests/systemd-machinectl.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/tests/systemd-machinectl.nix b/nixos/tests/systemd-machinectl.nix index 493188e4683f..4b6c8febbb04 100644 --- a/nixos/tests/systemd-machinectl.nix +++ b/nixos/tests/systemd-machinectl.nix @@ -75,10 +75,6 @@ let # improvement: move following profile to ../modules/profiles/vmspawn-guest.nix profile-guest-vmspawn = { imports = [ ../modules/profiles/qemu-guest.nix ]; - # improvement: move following configuration to qemu-guest.nix - boot.initrd.availableKernelModules = [ - "virtiofs" - ]; boot.initrd.systemd.enable = true; # root is defined by systemd-vmspawn