From 069c833535907141dc805a484a539f6ea1e95fcb Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 7 Jun 2025 15:32:52 -0500 Subject: [PATCH] change roy password --- configuration.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; };