summaryrefslogtreecommitdiff
path: root/tests/docker/docker-native.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-09-30 09:03:22 +0300
committerGitHub <noreply@github.com>2023-09-30 09:03:22 +0300
commitcadde47d123d1a534c272b04a7582f1d11474c48 (patch)
tree43c4c377ddbecd0d07ecf5a91c0c4076b5e2c66b /tests/docker/docker-native.nix
parent8735bdfa5fdfa6e90d944ff9f5f806668b53eacb (diff)
parentdd632e50ba1a4d181c4d0c0ca12563cc3e4449d6 (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.nix2
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 = {