summary refs log tree commit diff
path: root/nixos/tests/orangefs.nix
diff options
context:
space:
mode:
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 24b7737058c..fe9f9cc37ea 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";