summary refs log tree commit diff
path: root/nixos/tests/docker.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/docker.nix')
-rw-r--r--nixos/tests/docker.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/docker.nix b/nixos/tests/docker.nix
index 06e511d6e0b..1b57a94a05d 100644
--- a/nixos/tests/docker.nix
+++ b/nixos/tests/docker.nix
@@ -11,9 +11,6 @@ import ./make-test.nix ({ pkgs, ...} : {
       { config, pkgs, ... }:
         {
           virtualisation.docker.enable = true;
-          # FIXME: The default "devicemapper" storageDriver fails in NixOS VM
-          # tests.
-          virtualisation.docker.storageDriver = "overlay";
         };
     };