mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
chore: roundcube on gustave + patch stalwart
This commit is contained in:
parent
ae7ca5ad17
commit
95a32e6ddb
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