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

This commit is contained in:
Aleksana
2024-10-31 17:22:00 +08:00
committed by GitHub
+1 -1
View File
@@ -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";
};
};