mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
chore: drop unused stalwart patch
This commit is contained in:
parent
c0b6de04ae
commit
4d33129a6d
1 changed files with 0 additions and 6 deletions
|
@ -1,17 +1,11 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
services.stalwart-mail = {
|
services.stalwart-mail = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.stalwart-mail.overrideAttrs (
|
|
||||||
_: _: {
|
|
||||||
patches = [ ./stalwart.patch ];
|
|
||||||
}
|
|
||||||
);
|
|
||||||
settings = {
|
settings = {
|
||||||
authentication.fallback-admin = {
|
authentication.fallback-admin = {
|
||||||
user = "admin";
|
user = "admin";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue