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:
parent
421a97927b
commit
f15434475f
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user