stockholm/makefu/2configs/exim-retiolum.nix
2016-10-20 20:54:38 +02:00

12 lines
207 B
Nix

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