diff options
| author | K900 <me@0upti.me> | 2023-01-30 08:55:04 +0300 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2023-01-30 08:55:04 +0300 |
| commit | bbfe6ad9b877935ee74c98030193e557bcfed354 (patch) | |
| tree | 078af5d1ce1d5f9312addd21f0a53322361452fa | |
| parent | 45194dd0a7b0f27fd65f234e5302e746126ee1b6 (diff) | |
hotfix: emergency typo fix
| -rw-r--r-- | modules/wsl-conf.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
