fix(systems/fuji-wsl): disable windows path

This commit is contained in:
uku 2025-02-22 17:42:13 +01:00
parent b272b4bee0
commit 8787c557f9
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -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;