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

9 lines
160 B
Nix

{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
{
krebs.exim-retiolum.enable = true;
tv.iptables.input-retiolum-accept-tcp = singleton "smtp";
}