fix sakowsl not being able to write via explorer

This commit is contained in:
Sakooooo 2023-08-26 10:04:11 +00:00
parent 6df86a8b23
commit 98eebebed6
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -30,6 +30,10 @@
# Enable integration with Docker Desktop (needs to be installed)
# 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;