diff --git a/nixos/tests/systemd-repart.nix b/nixos/tests/systemd-repart.nix index d16783444c71..ab81ec0f370a 100644 --- a/nixos/tests/systemd-repart.nix +++ b/nixos/tests/systemd-repart.nix @@ -151,6 +151,7 @@ in }: { virtualisation.useDefaultFilesystems = false; + virtualisation.mountHostNixStore = false; virtualisation.fileSystems = { "/" = { device = "/dev/disk/by-partlabel/created-root";