From e4d3cba5a30102e8e15eb40957c150bdc28b32e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sat, 27 Apr 2024 18:55:11 +0200 Subject: [PATCH] ssh x11 forwarding --- hosts/common/services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/services.nix b/hosts/common/services.nix index bcc9a11..e0c49f3 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -64,6 +64,7 @@ PermitRootLogin = "no"; # Use keys only. Remove if you want to SSH using password (not recommended) PasswordAuthentication = true; + X11Forwarding = true; }; };