diff --git a/modules/virtualisation/qemu-vm.nix b/modules/virtualisation/qemu-vm.nix index e125654e80f..0383f12b3ab 100644 --- a/modules/virtualisation/qemu-vm.nix +++ b/modules/virtualisation/qemu-vm.nix @@ -321,7 +321,7 @@ in # where the regular value for the `fileSystems' attribute should be # disregarded for the purpose of building a VM test image (since # those filesystems don't exist in the VM). - fileSystems = + fileSystems = mkOverride 10 { "/".device = "/dev/vda"; "/nix/store" = { device = "//10.0.2.4/store";