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,
lib,
pkgs,
...
}:
{
services.stalwart-mail = {
enable = true;
package = pkgs.stalwart-mail.overrideAttrs (
_: _: {
patches = [ ./stalwart.patch ];
}
);
settings = {
authentication.fallback-admin = {
user = "admin";