summary refs log tree commit diff
path: root/nixos/tests/samba.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/samba.nix')
-rw-r--r--nixos/tests/samba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/samba.nix b/nixos/tests/samba.nix
index 142269752b3..d1d50caabfa 100644
--- a/nixos/tests/samba.nix
+++ b/nixos/tests/samba.nix
@@ -8,7 +8,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
   nodes =
     { client =
         { pkgs, ... }:
-        { fileSystems = pkgs.lib.mkVMOverride
+        { virtualisation.fileSystems =
             { "/public" = {
                 fsType = "cifs";
                 device = "//server/public";