From fb1f1fed8799e6bc8fe4c588647554f221a5cf67 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 20 Apr 2024 10:50:26 +0200 Subject: [PATCH] feat: gilbert mail --- mail.nix | 4 ++++ 1 file changed, 4 insertions(+) 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