feat: gilbert mail
This commit is contained in:
parent
1dd9c9b61e
commit
fb1f1fed87
4
mail.nix
4
mail.nix
|
@ -15,6 +15,7 @@ in
|
||||||
|
|
||||||
# A list of all login accounts. To create the password hashes, use
|
# A list of all login accounts. To create the password hashes, use
|
||||||
# cat .secrets/nextadminpw | nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt' > .secrets/mailpw.hash
|
# cat .secrets/nextadminpw | nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt' > .secrets/mailpw.hash
|
||||||
|
# echo apassword | nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt' > .secrets/gilbertmailpw.hash
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"admin@sondell.org" = {
|
"admin@sondell.org" = {
|
||||||
hashedPasswordFile = "/etc/nixos/.secrets/mailpw.hash";
|
hashedPasswordFile = "/etc/nixos/.secrets/mailpw.hash";
|
||||||
|
@ -23,6 +24,9 @@ in
|
||||||
"glenn@sondell.org" = {
|
"glenn@sondell.org" = {
|
||||||
hashedPasswordFile = "/etc/nixos/.secrets/mailpw.hash";
|
hashedPasswordFile = "/etc/nixos/.secrets/mailpw.hash";
|
||||||
};
|
};
|
||||||
|
"gilbert@sondell.org" = {
|
||||||
|
hashedPasswordFile = "/etc/nixos/.secrets/gilbertmailpw.hash";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
|
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
|
||||||
|
|
Loading…
Reference in a new issue