diff options
| -rw-r--r-- | tv/2configs/sshd.nix | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/tv/2configs/sshd.nix b/tv/2configs/sshd.nix index 1749b55..25468f2 100644 --- a/tv/2configs/sshd.nix +++ b/tv/2configs/sshd.nix @@ -5,12 +5,6 @@ with import <stockholm/lib>;  {    services.openssh = {      enable = true; -    hostKeys = [ -      { -        type = "ed25519"; -        path = "/etc/ssh/ssh_host_ed25519_key"; -      } -    ];    };    tv.iptables.input-internet-accept-tcp = singleton "ssh";  } | 
