diff --git a/nixos/wsl.nix b/nixos/wsl.nix index 12560c05..88b6dfe7 100644 --- a/nixos/wsl.nix +++ b/nixos/wsl.nix @@ -20,6 +20,7 @@ enable = true; automountPath = "/mnt"; startMenuLaunchers = true; + nativeSystemd = true; # Enable native Docker support # docker-native.enable = true;