add laura@meowy.tech
This commit is contained in:
parent
c44819e5a2
commit
0ccf25d272
1 changed files with 6 additions and 0 deletions
|
@ -33,10 +33,16 @@ let vs = config.vault-secrets.secrets; in
|
|||
certificateScheme = 3;
|
||||
|
||||
loginAccounts = {
|
||||
# People
|
||||
"v@0x76.dev" = {
|
||||
hashedPasswordFile = "${vs.mailserver}/v@0x76.dev";
|
||||
aliases = [ "v@meowy.tech" "postmaster@0x76.dev" "postmaster@meowy.tech" ];
|
||||
};
|
||||
"laura@meowy.tech" = {
|
||||
hashedPasswordFile = "${vs.mailserver}/laura@meowy.tech";
|
||||
aliases = [ "lau@meowy.tech" ];
|
||||
};
|
||||
# Services
|
||||
"keycloak@0x76.dev" = {
|
||||
hashedPasswordFile = "${vs.mailserver}/keycloak@0x76.dev";
|
||||
sendOnly = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue