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

with config.krebs.lib;
{
  networking.firewall.allowedTCPPorts = [ 25 ];

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