diff --git a/system/machine/EDaaS/configuration.nix b/system/machine/EDaaS/configuration.nix index 3136a89..13bbc90 100644 --- a/system/machine/EDaaS/configuration.nix +++ b/system/machine/EDaaS/configuration.nix @@ -18,7 +18,10 @@ enable = true; defaultUser = "emmathorpe"; wslConf.automount.root = "/mnt"; - wslConf.interop.appendWindowsPath = false; + wslConf.interop.appendWindowsPath = true; + wslConf.interop.register = true; + wslConf.interop.enabled = true; + wslConf.interop.includePath = true; wslConf.network.generateHosts = false; startMenuLaunchers = true; docker-desktop.enable = false;