Currently delivery of mails is broken. There's some work to be done in accounts.nix. But once done this should (I think) support all the use cases desired.
9 lines
184 B
Nix
9 lines
184 B
Nix
{
|
|
config = {
|
|
|
|
services.prometheus.exporters.postfix = {
|
|
enable = true;
|
|
};
|
|
khscodes.infrastructure.vault-prometheus-sender.exporters.enabled = [ "postfix" ];
|
|
};
|
|
}
|