fix(systems/fuji-wsl): disable windows path
This commit is contained in:
parent
b272b4bee0
commit
8787c557f9
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,15 @@
|
|||
enable = true;
|
||||
defaultUser = "leo";
|
||||
useWindowsDriver = true;
|
||||
interop.includePath = false;
|
||||
|
||||
extraBin = [
|
||||
{
|
||||
name = "code";
|
||||
src = lib.escapeShellArg "/mnt/c/Users/Leo/AppData/Local/Programs/Microsoft VS Code/bin/code";
|
||||
}
|
||||
];
|
||||
|
||||
wslConf.network = {
|
||||
hostname = config.networking.hostName;
|
||||
generateResolvConf = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue