nixos/services/openssh: enable X11 forwarding

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