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

12 lines
201 B
Nix
Raw Normal View History

2015-08-17 21:24:37 +00:00
{ config, lib, pkgs, ... }:
2016-02-14 15:43:44 +00:00
with config.krebs.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;
environment.systemPackages = with pkgs; [
msmtp
];
}