Remove paranoid kexAlgo again due to issues with juicessh and ghub
This commit is contained in:
parent
533b066e57
commit
6fccc77d7a
1 changed files with 0 additions and 5 deletions
|
@ -159,11 +159,6 @@ in
|
||||||
# enableSSHSupport = true; # breaks gitea foo
|
# enableSSHSupport = true; # breaks gitea foo
|
||||||
pinentryPackage = lib.mkForce pkgs.pinentry-qt;
|
pinentryPackage = lib.mkForce pkgs.pinentry-qt;
|
||||||
};
|
};
|
||||||
ssh = {
|
|
||||||
kexAlgorithms = [
|
|
||||||
"sntrup761x25519-sha512@openssh.com"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue