magpie/mail: add account "asmir"

This commit is contained in:
Asmir A 2023-10-20 21:10:56 +02:00
parent f0fca6c74e
commit 93c6ae5f9c

View File

@ -55,6 +55,10 @@
hashedPasswordFile = config.sops.secrets."gitea_mail_pw_hash".path; hashedPasswordFile = config.sops.secrets."gitea_mail_pw_hash".path;
aliases = ["git@project-cloud.net"]; aliases = ["git@project-cloud.net"];
}; };
"asmir@project-cloud.net" = {
hashedPasswordFile = config.sops.secrets."asmir_mail_pw_hash".path;
aliases = ["asmir.abdulahovic@project-cloud.net"];
};
}; };
certificateScheme = "acme-nginx"; certificateScheme = "acme-nginx";
}; };