Disable native systemd in wsl for now

This commit is contained in:
Nathan McCarty 2023-04-18 23:52:03 -04:00
parent 97eaf61fa6
commit 15bc7bf085
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@
wsl = { wsl = {
enable = true; enable = true;
defaultUser = "nathan"; defaultUser = "nathan";
startMenuLaunchers = true; # nativeSystemd = true;
nativeSystemd = true;
}; };
security.sudo.enable = true; security.sudo.enable = true;