From 1895ad075c98ab01627d033c985fc4954a525dad Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 6 Sep 2025 12:28:10 +0530 Subject: chore(os/kay/mail): use upstream package --- os/kay/modules/mail.nix | 16 ---------------- 1 file changed, 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"; -- cgit v1.2.3