tv sshd: drop default generated host key

Fixes an issue with 222160fc3a which
caused the generated ed25519 host key to be preferred over the one
defined in krebs/3modules/*/default.nix
This commit is contained in:
tv 2019-07-30 19:20:32 +02:00
parent 421a97927b
commit f15434475f
1 changed files with 0 additions and 6 deletions

View File

@ -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";
}