We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be00fd commit 31b85a0Copy full SHA for 31b85a0
checks/username.nix
@@ -8,7 +8,7 @@ let
8
baseModule = { ... }: {
9
imports = [ ../modules ];
10
wsl.enable = true;
11
- wsl.defaultUser = "nixos-wsl";
+ wsl.defaultUser = "nixos";
12
};
13
changedUsername = { lib, ... }: {
14
wsl.defaultUser = lib.mkForce "different";
modules/build-tarball.nix
@@ -30,7 +30,7 @@ let
30
];
31
32
33
34
35
# This value determines the NixOS release from which the default
36
# settings for stateful data, like file locations and database versions
0 commit comments