Mixed updates, flake update

This commit is contained in:
kat witch 2022-02-08 16:56:34 +00:00 committed by kat
parent 3965c6978a
commit ce7d43ec54
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
17 changed files with 72 additions and 76 deletions

View file

@ -30,7 +30,7 @@ with lib;
enable = true;
ports = lib.mkDefault [ 62954 ];
passwordAuthentication = false;
challengeResponseAuthentication = false;
kbdInteractiveAuthentication = false;
permitRootLogin = lib.mkDefault "prohibit-password";
kexAlgorithms = [ "curve25519-sha256@libssh.org" ];
extraConfig = ''