From c0b13d2452700d968b32279152c2e0a7c3e58782 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 17 Oct 2022 15:28:48 +0200 Subject: Hosts: Programs: SSH: Disable x11 forwarding --- hosts/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 0b59af3..7b40416 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -156,7 +156,6 @@ programs = { ssh = { enableAskPassword = false; - forwardX11 = true; }; tmux = { -- cgit 1.4.1