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

13 lines
251 B
Nix
Raw Normal View History

2015-08-17 21:24:37 +00:00
{ config, lib, pkgs, ... }:
2016-10-20 18:54:38 +00:00
with import <stockholm/lib>;
2015-08-17 21:24:37 +00:00
{
networking.firewall.allowedTCPPorts = [ 25 ];
2015-08-17 21:24:37 +00:00
krebs.exim-retiolum.enable = true;
2020-07-02 06:21:37 +00:00
krebs.exim-retiolum.rspamd.enable = true;
2015-08-17 21:24:37 +00:00
environment.systemPackages = with pkgs; [
msmtp
];
}