{ config, lib, pkgs, ... }: with import ; { services.openssh = { enable = true; }; tv.iptables.input-internet-accept-tcp = singleton "ssh"; }