diff --git a/nixos/platform/default.nix b/nixos/platform/default.nix index f99510ea3..b7adced22 100644 --- a/nixos/platform/default.nix +++ b/nixos/platform/default.nix @@ -327,6 +327,13 @@ in { openssh.settings = { KbdInteractiveAuthentication = false; PasswordAuthentication = false; + KexAlgorithms = [ + "sntrup761x25519-sha512@openssh.com" + "curve25519-sha256" + "curve25519-sha256@libssh.org" + "diffie-hellman-group16-sha512" + "diffie-hellman-group18-sha512" + ]; }; telegraf.enable = mkDefault true;