fix(wsl): always set wsl.defaultUser to user.name

This commit is contained in:
Infinidoge 2022-11-01 13:31:28 -04:00
parent a023ebc396
commit 488eeb4997
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,6 @@
wsl = {
enable = true;
automountPath = "/media";
defaultUser = "infinidoge";
startMenuLaunchers = true;
};