From 59eb6d3ee331146bb955922df4dea1ba67487005 Mon Sep 17 00:00:00 2001 From: Maciej Krüger Date: Sun, 14 Feb 2021 12:23:50 +0100 Subject: nixosTests.*: update to use virtualisation.fileSystems --- nixos/tests/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/zfs.nix') diff --git a/nixos/tests/zfs.nix b/nixos/tests/zfs.nix index 03aa5e5399c..ba5eb7cd528 100644 --- a/nixos/tests/zfs.nix +++ b/nixos/tests/zfs.nix @@ -29,7 +29,7 @@ let # Setup regular fileSystems machinery to ensure forceImportAll can be # tested via the regular service units. - fileSystems = lib.mkVMOverride { + virtualisation.fileSystems = { "/forcepool" = { device = "forcepool"; fsType = "zfs"; -- cgit 1.4.1