nixos/services/openssh: enable X11 forwarding

This commit is contained in:
2026-05-03 23:37:37 -04:00
parent a2534a3dab
commit a708c04a9a
+1
View File
@@ -4,6 +4,7 @@
settings = { settings = {
ClientAliveInterval = 300; ClientAliveInterval = 300;
X11Forwarding = true;
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
PasswordAuthentication = false; PasswordAuthentication = false;