diff --git a/configuration.nix b/configuration.nix index b5743a1..4e864fd 100755 --- a/configuration.nix +++ b/configuration.nix @@ -86,6 +86,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.roy = { isNormalUser = true; + hashedPassword = "$y$j9T$4yOAv6R7Xtn23XmhSSC8g.$T1CckfWgxjEyZshjBzcaMO9WidP.q..OG7LwtXFTw12"; extraGroups = [ "wheel" ]; };