diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix index a386a5d43bc..9cd9f4ecd15 100644 --- a/nixos/tests/os-prober.nix +++ b/nixos/tests/os-prober.nix @@ -46,10 +46,6 @@ let # vda is a filesystem without partition table forceInstall = true; }; - fileSystems."/mnt" = { - device = "/dev/vdb1"; - options = [ "ro" ]; - }; nix.binaryCaches = lib.mkForce [ ]; nix.extraOptions = '' hashed-mirrors =