feat(mail): add openclaw account with nexor alias
Some checks failed
Nix CI / build (push) Failing after 1m44s
Some checks failed
Nix CI / build (push) Failing after 1m44s
- Added bcrypt-hashed password to sops secrets/common.yaml - Added openclaw@ruject.fun account to mail service - Added nexor@ruject.fun as alias
This commit is contained in:
parent
d424353006
commit
0e0a194b09
2 changed files with 7 additions and 2 deletions
|
|
@ -53,6 +53,10 @@ in
|
|||
"nikita.uwu@${domain}"
|
||||
];
|
||||
};
|
||||
"openclaw@${domain}" = {
|
||||
hashedPasswordFile = sec."mail/openclawHashedPassword".path;
|
||||
aliases = [ "nexor@${domain}" ];
|
||||
};
|
||||
};
|
||||
|
||||
x509.useACMEHost = config.mailserver.fqdn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue