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
commit 1d335495b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";
};
};