nixos/tests/machinectl: Remove virtiofs

The virtiofs kernel module is provided by qemu-guest.
This commit is contained in:
Christian Kögler
2026-04-13 18:56:08 +02:00
parent a665508586
commit 39bb28cac5

View File

@@ -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