diff --git a/nixos/ssh.nix b/nixos/ssh.nix index 0c038074..d68bef43 100644 --- a/nixos/ssh.nix +++ b/nixos/ssh.nix @@ -20,10 +20,13 @@ enable = true; settings = { PasswordAuthentication = false; + X11Forwarding = true; }; }; programs.ssh = { + forwardX11 = true; + setXAuthLocation = true; knownHosts = { github = { hostNames = ["github.com"];