From 98eebebed64a503eeb0c59b0770d1ca901d88350 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 26 Aug 2023 10:04:11 +0000 Subject: [PATCH] fix sakowsl not being able to write via explorer --- hosts/sakowsl/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 486e2a63..b7a198ab 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -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;