This commit is contained in:
Sakooooo 2023-08-27 08:47:23 +00:00
parent 06e50a2455
commit 821fc6567b
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -19,10 +19,12 @@
wsl = { wsl = {
enable = true; enable = true;
wslConf = { wslConf = {
automount.root = "/mnt"; automount = {
root = "/mnt";
# Allows writing to linux network section in Explorer # Allows writing to linux network section in Explorer
options = "metadata,uid=1000,gid=100,umask=22,fmask=11"; options = "metadata,uid=1000,gid=100,umask=22,fmask=11";
}; };
};
defaultUser = "sako"; defaultUser = "sako";
startMenuLaunchers = true; startMenuLaunchers = true;