Add WSL2 target for builds
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
wsl = {
|
||||
enable = true;
|
||||
wslConf.automount.root = "/mnt";
|
||||
defaultUser = "greg";
|
||||
startMenuLaunchers = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user