63: common/openssh: update renamed setting r=zimbatm a=zowoq



Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-02-10 08:25:47 +00:00 committed by GitHub
commit f61651fc86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
{ config, lib, ... }:
{
services.openssh = {
forwardX11 = false;
settings.X11Forwarding = false;
settings.KbdInteractiveAuthentication = false;
settings.PasswordAuthentication = false;
settings.UseDns = false;