{ config, lib, pkgs, ... }: with import ; { networking.firewall.allowedTCPPorts = [ 25 ]; krebs.exim-retiolum.enable = true; environment.systemPackages = with pkgs; [ msmtp ]; }