common/openssh: update renamed setting

267b25f380
This commit is contained in:
zowoq 2023-02-10 13:21:47 +10:00
parent f9c21e31ef
commit 5ee8ebd2dc

View File

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