From 10021ec20566ea678781affe54da44cc0ca83a32 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Sun, 3 May 2026 23:37:37 -0400 Subject: [PATCH] nixos/services/openssh: enable X11 forwarding --- nixos/openssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/openssh.nix b/nixos/openssh.nix index 4ec1497..651763b 100644 --- a/nixos/openssh.nix +++ b/nixos/openssh.nix @@ -4,6 +4,7 @@ settings = { ClientAliveInterval = 300; + X11Forwarding = true; KbdInteractiveAuthentication = false; PasswordAuthentication = false;