diff --git a/os-mods/common/default.nix b/os-mods/common/default.nix index 6a42d02..c22865b 100644 --- a/os-mods/common/default.nix +++ b/os-mods/common/default.nix @@ -159,11 +159,6 @@ in # enableSSHSupport = true; # breaks gitea foo pinentryPackage = lib.mkForce pkgs.pinentry-qt; }; - ssh = { - kexAlgorithms = [ - "sntrup761x25519-sha512@openssh.com" - ]; - }; }; services = {