change roy password

This commit is contained in:
2025-06-07 15:32:52 -05:00
parent 59777d1c93
commit 069c833535
+1
View File
@@ -86,6 +86,7 @@
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.roy = { users.users.roy = {
isNormalUser = true; isNormalUser = true;
hashedPassword = "$y$j9T$4yOAv6R7Xtn23XmhSSC8g.$T1CckfWgxjEyZshjBzcaMO9WidP.q..OG7LwtXFTw12";
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
}; };