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;