about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/configuration.nix5
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;