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; }; };