7 lines
109 B
Nix
7 lines
109 B
Nix
|
{
|
||
|
services.openssh.hostKeys = [{
|
||
|
path = "/etc/ssh/ssh_host_ed25519_key";
|
||
|
type = "ed25519";
|
||
|
}];
|
||
|
}
|