mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +01:00
add mail account
This commit is contained in:
parent
53cf2c8178
commit
4eed5f9ca4
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
||||||
# A list of all login accounts. To create the password hashes, use
|
# A list of all login accounts. To create the password hashes, use
|
||||||
# nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt'
|
# nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt'
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"admin@missing.ninja" = {
|
"jopejoe1@missing.ninja" = {
|
||||||
hashedPasswordFile = "/a/file/containing/a/hashed/password";
|
hashedPassword = "$2b$05$ZZk/X.gQqjRc08ej9XTuaO0aVnWjPGWUqo/xYGxHGsMEyDL.Hr8AS";
|
||||||
aliases = [ "@missing.ninja" ];
|
aliases = [ "@missing.ninja" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue