summaryrefslogtreecommitdiffstats
path: root/2configs/exim-retiolum.nix
blob: 172c5279b863b44f51f718491e31236319ae8971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, lib, pkgs, ... }:

with pkgs.stockholm.lib;
{
  networking.firewall.allowedTCPPorts = [ 25 ];

  krebs.exim-retiolum.enable = true;
  krebs.exim-retiolum.rspamd.enable = true;
  environment.systemPackages = with pkgs; [
    msmtp
  ];
}