about summary refs log tree commit diff
path: root/nixos/tests/orangefs.nix
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-02-14 12:23:50 +0100
committerMaciej Krüger <mkg20001@gmail.com>2021-02-14 12:23:50 +0100
commit59eb6d3ee331146bb955922df4dea1ba67487005 (patch)
treee887b59463998db7b4c7c6eb98a113b8050df5bd /nixos/tests/orangefs.nix
parent45b8e831287dcd40dff15b9da93bf8626d32d994 (diff)
nixosTests.*: update to use virtualisation.fileSystems
Diffstat (limited to 'nixos/tests/orangefs.nix')
-rw-r--r--nixos/tests/orangefs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/orangefs.nix b/nixos/tests/orangefs.nix
index 24b7737058c83..fe9f9cc37ea03 100644
--- a/nixos/tests/orangefs.nix
+++ b/nixos/tests/orangefs.nix
@@ -9,7 +9,7 @@ let
 
     virtualisation.emptyDiskImages = [ 4096 ];
 
-    fileSystems = pkgs.lib.mkVMOverride
+    virtualisation.fileSystems =
       { "/data" =
           { device = "/dev/disk/by-label/data";
             fsType = "ext4";