Disable native systemd in wsl for now
This commit is contained in:
parent
97eaf61fa6
commit
15bc7bf085
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue