Loading nixos/tests/docker-tools-overlay.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/tests/docker-tools-overlay.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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