diff options
| author | K900 <me@0upti.me> | 2023-09-30 09:03:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 09:03:22 +0300 |
| commit | cadde47d123d1a534c272b04a7582f1d11474c48 (patch) | |
| tree | 43c4c377ddbecd0d07ecf5a91c0c4076b5e2c66b /tests/docker/docker-native.nix | |
| parent | 8735bdfa5fdfa6e90d944ff9f5f806668b53eacb (diff) | |
| parent | dd632e50ba1a4d181c4d0c0ca12563cc3e4449d6 (diff) | |
Merge pull request #300 from nix-community/fixups
fix: fix config generation for legacy/tests
Diffstat (limited to 'tests/docker/docker-native.nix')
| -rw-r--r-- | tests/docker/docker-native.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/docker/docker-native.nix b/tests/docker/docker-native.nix index f119482..d6f76f0 100644 --- a/tests/docker/docker-native.nix +++ b/tests/docker/docker-native.nix @@ -4,6 +4,8 @@ ]; wsl.enable = true; + wsl.nativeSystemd = false; + users.users.nixos.extraGroups = [ "docker" ]; virtualisation.docker = { |
