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