diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-11 18:12:29 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-11 18:12:29 +0200 |
commit | 45fceeb7b67389bb502268f795caa498c891b5c3 (patch) | |
tree | 2b70e2e25db0b8ed68e9d795b011c149647a37bd | |
parent | f31c96f495b47d73a35ee2e2db6c38654c6f9de7 (diff) | |
download | nixos-45fceeb7b67389bb502268f795caa498c891b5c3.tar nixos-45fceeb7b67389bb502268f795caa498c891b5c3.tar.gz nixos-45fceeb7b67389bb502268f795caa498c891b5c3.tar.bz2 nixos-45fceeb7b67389bb502268f795caa498c891b5c3.tar.xz nixos-45fceeb7b67389bb502268f795caa498c891b5c3.zip |
touched password hash
-rw-r--r-- | users/mherold.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/mherold.nix b/users/mherold.nix index 13d0bddb..4337b8dd 100644 --- a/users/mherold.nix +++ b/users/mherold.nix | |||
@@ -3,5 +3,5 @@ | |||
3 | description = "Magdalena Herold"; | 3 | description = "Magdalena Herold"; |
4 | extraGroups = ["xmpp"]; | 4 | extraGroups = ["xmpp"]; |
5 | group = "users"; | 5 | group = "users"; |
6 | hashedPassword = "$6$rounds=500000$9PO7z8.b$zJqLUo9rR5p.IKdEbXX.x1OYY0EAx21hE7e18RQ6cNB389or9PSxD841.mIz3nLMVjFOS.p9B5zk7hRdkUHqF1"; | 6 | hashedPassword = "$6$rounds=500000$m.AN79AQAVp$5CnNImtGaYdYqSVHbeQV6XFKQwJyr1wMghM8W7qzvwFqtQVRvltjqWS2w7Thv7BDoaxZ9IdgoeiL/BiQfJ8dL1"; |
7 | } | 7 | } |