i put it in the wrong option
This commit is contained in:
parent
98eebebed6
commit
c36e1fae06
1 changed files with 5 additions and 4 deletions
|
@ -18,7 +18,11 @@
|
||||||
|
|
||||||
wsl = {
|
wsl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wslConf.automount.root = "/mnt";
|
wslConf = {
|
||||||
|
automount.root = "/mnt";
|
||||||
|
# Allows writing to linux network section in Explorer
|
||||||
|
options = "metadata,uid=1000,gid=100,umask=22,fmask=11";
|
||||||
|
};
|
||||||
defaultUser = "sako";
|
defaultUser = "sako";
|
||||||
startMenuLaunchers = true;
|
startMenuLaunchers = true;
|
||||||
|
|
||||||
|
@ -31,9 +35,6 @@
|
||||||
# Enable integration with Docker Desktop (needs to be installed)
|
# Enable integration with Docker Desktop (needs to be installed)
|
||||||
# docker-desktop.enable = true;
|
# docker-desktop.enable = true;
|
||||||
|
|
||||||
# Allows writing to linux network section in Explorer
|
|
||||||
options = "metadata,uid=1000,gid=100,umask=22,fmask=11";
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.sako.isNormalUser = true;
|
users.users.sako.isNormalUser = true;
|
||||||
|
|
Loading…
Reference in a new issue