Remove paranoid kexAlgo again due to issues with juicessh and ghub

This commit is contained in:
Tristan D. 2024-08-16 09:57:33 +02:00
parent 533b066e57
commit 6fccc77d7a
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8

View file

@ -159,11 +159,6 @@ in
# enableSSHSupport = true; # breaks gitea foo
pinentryPackage = lib.mkForce pkgs.pinentry-qt;
};
ssh = {
kexAlgorithms = [
"sntrup761x25519-sha512@openssh.com"
];
};
};
services = {