Merge pull request 'Added salt to the password' (#8) from development into preproduction

Reviewed-on: ilchub/selfprivacy-nixos-infect#8
master
ilchub 2021-04-20 16:10:19 +03:00
commit cef67aa31f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ makeConf() {
users.users = { users.users = {
"$LUSER" = { "$LUSER" = {
isNormalUser = true; isNormalUser = true;
hashedPassword = "$HASHED_PASSWORD"; hashedPassword = "\$6\$$SALT\$$HASHED_PASSWORD";
}; };
}; };
} }