Skip to content

Commit 31b85a0

Browse files
committed
Revert "update default username"
This reverts commit 1be00fd.
1 parent 1be00fd commit 31b85a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checks/username.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
baseModule = { ... }: {
99
imports = [ ../modules ];
1010
wsl.enable = true;
11-
wsl.defaultUser = "nixos-wsl";
11+
wsl.defaultUser = "nixos";
1212
};
1313
changedUsername = { lib, ... }: {
1414
wsl.defaultUser = lib.mkForce "different";

modules/build-tarball.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let
3030
];
3131
3232
wsl.enable = true;
33-
wsl.defaultUser = "nixos-wsl";
33+
wsl.defaultUser = "nixos";
3434
3535
# This value determines the NixOS release from which the default
3636
# settings for stateful data, like file locations and database versions

0 commit comments

Comments
 (0)