stockholm/tv/2configs/sshd.nix

11 lines
169 B
Nix
Raw Normal View History

2016-07-23 13:11:50 +02:00
{ config, lib, pkgs, ... }:
2016-10-20 20:54:38 +02:00
with import <stockholm/lib>;
2016-07-23 13:11:50 +02:00
{
services.openssh = {
enable = true;
};
tv.iptables.input-internet-accept-tcp = singleton "ssh";
}