i put it in the wrong option

This commit is contained in:
Sakooooo 2023-08-26 10:05:13 +00:00
parent 98eebebed6
commit c36e1fae06
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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;