From 821fc6567bed77de05cee136194bfa81b4dafc64 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 27 Aug 2023 08:47:23 +0000 Subject: [PATCH] fixed --- hosts/sakowsl/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index c6e53952..a8d125c9 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -19,9 +19,11 @@ wsl = { enable = true; wslConf = { - automount.root = "/mnt"; - # Allows writing to linux network section in Explorer - options = "metadata,uid=1000,gid=100,umask=22,fmask=11"; + automount = { + root = "/mnt"; + # Allows writing to linux network section in Explorer + options = "metadata,uid=1000,gid=100,umask=22,fmask=11"; + }; }; defaultUser = "sako"; startMenuLaunchers = true;