diff --git a/mail.nix b/mail.nix index 725c32a..632e706 100644 --- a/mail.nix +++ b/mail.nix @@ -15,6 +15,7 @@ in # 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 + # echo apassword | nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt' > .secrets/gilbertmailpw.hash loginAccounts = { "admin@sondell.org" = { hashedPasswordFile = "/etc/nixos/.secrets/mailpw.hash"; @@ -23,6 +24,9 @@ in "glenn@sondell.org" = { 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