nit(Infini-WSL): automountPath -> wslConf.automount.root
Was renamed upstream
This commit is contained in:
parent
ffdb4aa866
commit
5907aaf615
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
||||||
# I don't use Windows, but when I do, I want NixOS there with me,
|
# I don't use Windows, but when I do, I want NixOS there with me,
|
||||||
wsl = {
|
wsl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
automountPath = "/media";
|
wslConf = {
|
||||||
|
automount.root = "/media";
|
||||||
|
};
|
||||||
startMenuLaunchers = true;
|
startMenuLaunchers = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue