9 lines
160 B
Nix
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";
|
|
}
|