diff options
| -rw-r--r-- | tests/docker/docker-native.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/docker/docker-native.nix b/tests/docker/docker-native.nix index 47ccb7f..f9319fe 100644 --- a/tests/docker/docker-native.nix +++ b/tests/docker/docker-native.nix @@ -1,10 +1,6 @@ -{ pkgs, lib, ... }: { imports = [ ./base.nix ]; - wsl.docker-native.enable = true; - wsl.docker-native.addToDockerGroup = true; - # Github Actions runners try to use aufs and fail if this is not set explicitly virtualisation.docker.daemon.settings = { "storage-driver" = "vfs"; |
