diff --git a/system/machine/EDaaS/configuration.nix b/system/machine/EDaaS/configuration.nix index 32ba7f9..35adc8f 100644 --- a/system/machine/EDaaS/configuration.nix +++ b/system/machine/EDaaS/configuration.nix @@ -19,9 +19,7 @@ defaultUser = "emmathorpe"; wslConf.automount.root = "/mnt"; 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;