mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 03:51:27 +00:00
Added salt to the password
This commit is contained in:
parent
bf09bfd3a8
commit
04ea9b0f24
|
@ -118,7 +118,7 @@ makeConf() {
|
|||
users.users = {
|
||||
"$LUSER" = {
|
||||
isNormalUser = true;
|
||||
hashedPassword = "$HASHED_PASSWORD";
|
||||
hashedPassword = "\$6\$$SALT\$$HASHED_PASSWORD";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue