9 lines
131 B
Nix
9 lines
131 B
Nix
{ lib, ... }:
|
|
|
|
with lib;
|
|
|
|
{
|
|
krebs.exim-retiolum.enable = true;
|
|
tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp";
|
|
}
|