From 23ae8b85b22353595f3af8a0d56963367bc7e277 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 7 Sep 2022 19:28:06 +0200 Subject: Enable ssh x11 forwarding --- hosts/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 707f7b4..82af20b 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -124,7 +124,10 @@ }; programs = { - ssh.askPassword = ""; + ssh = { + enableAskPassword = false; + forwardX11 = true; + }; neovim = { enable = true; -- cgit 1.4.1