Use hashed password instead of initial plaintext password for kyle user
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
users.groups.plugdev = {};
|
||||
users.mutableUsers = true;
|
||||
users.users.kyle = {
|
||||
initialPassword = "password";
|
||||
hashedPassword = "$y$j9T$MC8yvaJrLpXah8kA.25vM/$1BmbMpbkCBjYEMv8spiynNW3x8ACsd9.dnIm2.tDdRB";
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
|
||||
Reference in New Issue
Block a user