chore: roundcube on gustave + patch stalwart

This commit is contained in:
Luj 2025-03-10 14:18:43 +01:00
parent 12d7d20bc6
commit 7414530d3e
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 73 additions and 6 deletions

View file

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