nixos/services/openssh: enable X11 forwarding

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