chore(tazjin/nixos): update initial hashed password
I still have the issue where after reboots I can't log in to my machines without going through a horrible dance with booting a NixOS installer and so on. I suspect this has somethign to do with this initial hashed password set here, but I was unable to verify what password I've actually set up there, so I'm resetting it to a known string to verify my theory. Change-Id: Ic9d495255ca48110920cf2df371946ac146dcd72 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5865 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
f08383bd66
commit
7d4c826e3f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
extraGroups = [ "wheel" "networkmanager" "video" "adbusers" ];
|
||||
uid = 1000;
|
||||
shell = pkgs.fish;
|
||||
initialHashedPassword = "$6$d3FywUNCuZnJ4l.$ZW2ul59MLYon1v1xhC3lTJZfZ91lWW6Tpi13MpME0cJcYZNrsx7ABdgQRn.K05awruG2Y9ARAzURnmiJ31WTS1h";
|
||||
initialHashedPassword = "$2b$05$1eBPdoIgan/C/L8JFqIHBuVscQyTKw1L/4VBlzlLvLBEf6CXS3EW6";
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Reference in a new issue