fix: wsl nativesystemd no longer used

This commit is contained in:
Noah Masur 2025-04-20 16:57:51 -04:00
parent a719dc4309
commit 562295edb1
No known key found for this signature in database

View File

@ -15,7 +15,6 @@ in
wslConf.automount.root = lib.mkDefault "/mnt";
defaultUser = lib.mkDefault username;
startMenuLaunchers = lib.mkDefault true;
nativeSystemd = lib.mkDefault true;
wslConf.network.generateResolvConf = lib.mkDefault true; # Turn off if it breaks VPN
interop.includePath = lib.mkDefault false; # Including Windows PATH will slow down Neovim command mode
};