fixed
This commit is contained in:
parent
06e50a2455
commit
821fc6567b
1 changed files with 5 additions and 3 deletions
|
@ -19,9 +19,11 @@
|
|||
wsl = {
|
||||
enable = true;
|
||||
wslConf = {
|
||||
automount.root = "/mnt";
|
||||
# Allows writing to linux network section in Explorer
|
||||
options = "metadata,uid=1000,gid=100,umask=22,fmask=11";
|
||||
automount = {
|
||||
root = "/mnt";
|
||||
# Allows writing to linux network section in Explorer
|
||||
options = "metadata,uid=1000,gid=100,umask=22,fmask=11";
|
||||
};
|
||||
};
|
||||
defaultUser = "sako";
|
||||
startMenuLaunchers = true;
|
||||
|
|
Loading…
Reference in a new issue