chore: drop unused stalwart patch

This commit is contained in:
Luj 2025-06-17 17:06:30 +02:00
parent eb14984274
commit e41d64adce
Signed by: luj
GPG key ID: 6FC74C847011FD83

View file

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