diff --git a/modules/packages/ssh.nix b/modules/packages/ssh.nix index 4ab14d61..662fc3c4 100644 --- a/modules/packages/ssh.nix +++ b/modules/packages/ssh.nix @@ -111,6 +111,8 @@ inputs: (inputs.localLib.attrsToList servers)); programs.ssh = { + # maybe better network performance + package = inputs.pkgs.openssh_hpn; startAgent = true; enableAskPassword = true; askPassword = "${inputs.pkgs.systemd}/bin/systemd-ask-password";