Skip to content

Commit

Permalink
rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Apr 9, 2024
1 parent 37920da commit 5106fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
users.users.${username} = {
shell = pkgs.bash;
isNormalUser = true;
initialPassword = "temp123";
#initialPassword = "temp123";
extraGroups = [ "wheel" ];
};
}

0 comments on commit 5106fed

Please sign in to comment.