wsl uesr name
This commit is contained in:
parent
b59f5709aa
commit
21b27e9f6b
4
hosts/wsl.nix
Normal file
4
hosts/wsl.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{...}: {
|
||||||
|
wsl.enable = true;
|
||||||
|
wsl.defaultUser = "user";
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue