udpate password to initial only

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-07 18:25:25 -06:00
parent 3cd948905e
commit 30b08ecb9d

View file

@ -112,7 +112,7 @@
users.users = { users.users = {
"${primaryUser}" = { "${primaryUser}" = {
isNormalUser = true; isNormalUser = true;
hashedPassword = "$y$j9T$v1QhXiZMRY1pFkPmkLkdp0$451GvQt.XFU2qCAi4EQNd1BEqjM/CH6awU8gjcULps6"; # "test" password initialHashedPassword = "$y$j9T$v1QhXiZMRY1pFkPmkLkdp0$451GvQt.XFU2qCAi4EQNd1BEqjM/CH6awU8gjcULps6"; # "test" password
extraGroups = [ extraGroups = [
"wheel" "wheel"
"networkmanager" "networkmanager"