diff options
Diffstat (limited to 'modules/users/root.nix')
| -rw-r--r-- | modules/users/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/root.nix b/modules/users/root.nix index 9464651..f826b77 100644 --- a/modules/users/root.nix +++ b/modules/users/root.nix @@ -3,7 +3,7 @@ # Define a user account. Don't forget to set a password with 'passwd'. users = { users.root = { - hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0"; + hashedPassword = "$y$j9T$YtRkFL3JLAB/zfyr89aFp.$of1IUt84c2i26l6GQWHO2qX0dNiPDZgVGpaNPVyAs24"; }; }; services.openssh.settings.PasswordAuthentication = false; |
