Use native systemd for wsl

This commit is contained in:
Nathan McCarty 2023-04-17 00:26:53 -04:00
parent 39ff937c00
commit db750bddd1
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
enable = true; enable = true;
defaultUser = "nathan"; defaultUser = "nathan";
startMenuLaunchers = true; startMenuLaunchers = true;
nativeSystemd = true;
}; };
security.sudo.enable = true; security.sudo.enable = true;