From af33ddfb79c3fde5067df65d7b1457e66458b945 Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Fri, 28 Jul 2023 17:17:33 +0000 Subject: [PATCH] [NixOS] Use nativeSystemd in wsl --- nixos/wsl.nix | 1 + 1 file changed, 1 insertion(+) 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;