diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-12 13:51:35 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-12 13:51:35 -0600 |
| commit | fc8c23195504cbad80743705574a204ff9e2136c (patch) | |
| tree | 51b4acf92c7a1109e28d98c36f69cf318c0e5aea /modules/users/root.nix | |
| parent | b872f84ae1e8ea25c2f8d54215fa8f44e1b858bc (diff) | |
remote building user for real this time
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; |
