nit(Infini-WSL): automountPath -> wslConf.automount.root

Was renamed upstream
This commit is contained in:
Infinidoge 2022-11-29 00:58:51 -05:00
parent ffdb4aa866
commit 5907aaf615

View file

@ -11,7 +11,9 @@
# I don't use Windows, but when I do, I want NixOS there with me,
wsl = {
enable = true;
automountPath = "/media";
wslConf = {
automount.root = "/media";
};
startMenuLaunchers = true;
};