mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(makanek): disable email alerts
This commit is contained in:
@@ -223,8 +223,7 @@ in {
|
|||||||
email_configs = let
|
email_configs = let
|
||||||
inherit (import ../../../lib) kieran;
|
inherit (import ../../../lib) kieran;
|
||||||
inherit (import ../../../lib/email.nix {inherit lib;}) cock;
|
inherit (import ../../../lib/email.nix {inherit lib;}) cock;
|
||||||
in [
|
cockConfig = {
|
||||||
{
|
|
||||||
send_resolved = true;
|
send_resolved = true;
|
||||||
to = kieran.email;
|
to = kieran.email;
|
||||||
from = cock.user;
|
from = cock.user;
|
||||||
@@ -232,7 +231,8 @@ in {
|
|||||||
auth_username = cock.user;
|
auth_username = cock.user;
|
||||||
auth_identity = cock.user;
|
auth_identity = cock.user;
|
||||||
auth_password = "$EMAIL_PASSWORD";
|
auth_password = "$EMAIL_PASSWORD";
|
||||||
}
|
};
|
||||||
|
in [
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user