nixos/tests/docker-tools-overlay: fix test (#348113)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user