fix wsl whoops

This commit is contained in:
Nathan McCarty 2023-03-14 16:52:47 -04:00
parent 62c1d1c50d
commit ed980b89cd
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
# Setup WSL # Setup WSL
wsl = { wsl = {
enable = true; enable = true;
automountPath = "/mnt";
defaultUser = "nathan"; defaultUser = "nathan";
startMenuLaunchers = true; startMenuLaunchers = true;
}; };