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