diff options
-rw-r--r-- | hosts/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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; |