better nixoswsl config to use native filesystem dir for conf

This commit is contained in:
2025-03-06 22:58:29 +00:00
parent 0875918c99
commit 4929953efd

View File

@@ -78,8 +78,5 @@ in
enableSSHSupport = true;
};
environment.variables = {
DPK_NIX_CONF_DIR = "/mnt/d/Projects/nixconf";
};
}