summaryrefslogtreecommitdiffstats
path: root/tv/2configs/sshd.nix
blob: 25468f23ea08b432bd0cfa3e8844bba44bbd9cc7 (plain)
1
2
3
4
5
6
7
8
9
10
{ config, lib, pkgs, ... }:

with import <stockholm/lib>;

{
  services.openssh = {
    enable = true;
  };
  tv.iptables.input-internet-accept-tcp = singleton "ssh";
}