mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: roundcube on gustave + patch stalwart
This commit is contained in:
parent
12d7d20bc6
commit
7414530d3e
4 changed files with 73 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue