Skip to content

Commit

Permalink
fix: change wrong username
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Jul 25, 2024
1 parent 728a64a commit 9d4015f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/build-tarball.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
];
wsl.enable = true;
wsl.defaultUser = "nixos";
wsl.defaultUser = "elmer";
${lib.optionalString (!config.wsl.nativeSystemd) "wsl.nativeSystemd = false;"}
# This value determines the NixOS release from which the default
Expand Down

0 comments on commit 9d4015f

Please sign in to comment.