wsl uesr name

This commit is contained in:
janis 2025-11-29 17:37:41 +01:00
parent b59f5709aa
commit 21b27e9f6b
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

4
hosts/wsl.nix Normal file
View file

@ -0,0 +1,4 @@
{...}: {
wsl.enable = true;
wsl.defaultUser = "user";
}