Add wsl
This commit is contained in:
parent
18913693e8
commit
3d4c29a6ae
|
@ -18,7 +18,13 @@
|
||||||
networking = {
|
networking = {
|
||||||
domain = "mccarty.io";
|
domain = "mccarty.io";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Setup home manager
|
# Setup home manager
|
||||||
home-manager.users.nathan = import ./home.nix;
|
home-manager.users.nathan = import ./home.nix;
|
||||||
|
# Setup WSL
|
||||||
|
wsl = {
|
||||||
|
enable = true;
|
||||||
|
automountPath = "/mnt";
|
||||||
|
defaultUser = "nathan";
|
||||||
|
startMenuLaunchers = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue