tests: fix more loaOf deprecation warnings

This commit is contained in:
rnhmjoj
2020-02-17 09:57:35 +01:00
parent 3b7f5c6762
commit d7bc3a7534
3 changed files with 22 additions and 21 deletions
+5 -5
View File
@@ -10,11 +10,11 @@ let
virtualisation.emptyDiskImages = [ 4096 ];
fileSystems = pkgs.lib.mkVMOverride
[ { mountPoint = "/data";
device = "/dev/disk/by-label/data";
fsType = "ext4";
}
];
{ "/data" =
{ device = "/dev/disk/by-label/data";
fsType = "ext4";
};
};
services.orangefs.server = {
enable = true;