Unverified Commit 1d335495 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixos/tests/docker-tools-overlay: fix test (#348113)

parents 276c55fe c14ec358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
      { ... }:
      {
        virtualisation.docker.enable = true;
        virtualisation.docker.storageDriver = "overlay";  # defaults to overlay2
        virtualisation.docker.storageDriver = "overlay2";
      };
  };