From fc8c23195504cbad80743705574a204ff9e2136c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 12 Apr 2026 13:51:35 -0600 Subject: remote building user for real this time --- modules/users/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/users/root.nix') 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; -- cgit v1.2.3