mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +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
|
||||
# nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt'
|
||||
loginAccounts = {
|
||||
"admin@missing.ninja" = {
|
||||
hashedPasswordFile = "/a/file/containing/a/hashed/password";
|
||||
"jopejoe1@missing.ninja" = {
|
||||
hashedPassword = "$2b$05$ZZk/X.gQqjRc08ej9XTuaO0aVnWjPGWUqo/xYGxHGsMEyDL.Hr8AS";
|
||||
aliases = [ "@missing.ninja" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue