From 42dc16c8c8f79de230a349489f164aa00484a8d6 Mon Sep 17 00:00:00 2001 From: janis Date: Sat, 29 Nov 2025 17:37:41 +0100 Subject: [PATCH] wsl uesr name --- hosts/wsl.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/wsl.nix b/hosts/wsl.nix index 772d01f..e0a99ef 100644 --- a/hosts/wsl.nix +++ b/hosts/wsl.nix @@ -1,3 +1,4 @@ {...}: { wsl.enable = true; + wsl.defaultUser = "user"; }