chore: drop unused stalwart patch

This commit is contained in:
Luj 2025-06-17 17:06:30 +02:00
parent c0b6de04ae
commit 4d33129a6d

View file

@ -1,17 +1,11 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
{ {
services.stalwart-mail = { services.stalwart-mail = {
enable = true; enable = true;
package = pkgs.stalwart-mail.overrideAttrs (
_: _: {
patches = [ ./stalwart.patch ];
}
);
settings = { settings = {
authentication.fallback-admin = { authentication.fallback-admin = {
user = "admin"; user = "admin";