mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
nixos/tests/docker-tools-overlay: fix test (#348113)
This commit is contained in:
commit
1d335495b4
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user