feat(mail): add openclaw account with nexor alias
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:
OpenClaw 2026-04-01 18:27:24 +03:00
parent d424353006
commit 0e0a194b09
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View file

@ -53,6 +53,10 @@ in
"nikita.uwu@${domain}"
];
};
"openclaw@${domain}" = {
hashedPasswordFile = sec."mail/openclawHashedPassword".path;
aliases = [ "nexor@${domain}" ];
};
};
x509.useACMEHost = config.mailserver.fqdn;