From bbfe6ad9b877935ee74c98030193e557bcfed354 Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 30 Jan 2023 08:55:04 +0300 Subject: hotfix: emergency typo fix --- modules/wsl-conf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wsl-conf.nix b/modules/wsl-conf.nix index 1c9ae2a..4985ca7 100644 --- a/modules/wsl-conf.nix +++ b/modules/wsl-conf.nix @@ -21,7 +21,7 @@ with lib; { }; root = mkOption { type = strMatching "^/.*[^/]$"; - default = "/mnt/"; + default = "/mnt"; description = "The directory under which to mount windows drives."; }; options = mkOption { -- cgit v1.2.3