stockholm/makefu/2configs/exim-retiolum.nix

12 lines
201 B
Nix

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