Add catchAll mailbox for other domains

This commit is contained in:
Jordan Holt 2024-04-02 00:09:35 +01:00
parent 6df254ed93
commit c0b74f09e3
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -27,6 +27,17 @@ in {
loginAccounts = {
"jordan@vimium.com" = {
hashedPasswordFile = config.users.users.jordan.hashedPasswordFile;
catchAll = [
"h0lt.com"
"jdholt.com"
"jordanholt.xyz"
"vimium.co"
"vimium.co.uk"
"vimium.info"
"vimium.net"
"vimium.org"
"vimium.xyz"
]
};
};