[NixOS] Make WSL work

This commit is contained in:
2023-08-20 11:23:21 +00:00
parent fe901a5c25
commit aaf1156678
2 changed files with 42 additions and 3 deletions

View File

@@ -4,7 +4,9 @@
../configuration.nix
];
modules.wls.enable = true;tworking.hostName = "jay-lenovo-wsl";
modules.wsl.enable = true;
networking.hostName = "jay-lenovo-wsl";
wsl.defaultUser = "kat";
system.stateVersion = "22.05";