summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-09-06 12:28:10 +0530
committersinanmohd <sinan@sinanmohd.com>2025-09-06 12:28:10 +0530
commit1895ad075c98ab01627d033c985fc4954a525dad (patch)
tree0d52ee35eecec41c5dd6d89dc81c014bab7882e2 /os
parent30ae7ba8d16c39767b48396ebaeba98a231c3cf2 (diff)
chore(os/kay/mail): use upstream packageHEADmaster
Diffstat (limited to 'os')
-rw-r--r--os/kay/modules/mail.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/os/kay/modules/mail.nix b/os/kay/modules/mail.nix
index f36bf23..685461f 100644
--- a/os/kay/modules/mail.nix
+++ b/os/kay/modules/mail.nix
@@ -49,22 +49,6 @@ in
enable = true;
openFirewall = true;
- # foundation db is too big to build on a 32GB ram machine, good job
- # trillion dollar company, proud of you
- package = pkgs.stalwart-mail.overrideAttrs {
- buildNoDefaultFeatures = true;
- buildFeatures = [ "postgres" ];
- buildInputs = with pkgs; [
- bzip2
- openssl
- zstd
- ];
- # some tests fails with -lfdb_c: No such file, just disable this for row
- # probably because of not including foundationdb, upstream has this
- # enabled so it's not the end of the world
- doCheck = false;
- };
-
settings = {
queue.outbound = {
ip-strategy = "ipv6_then_ipv4";