summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/ssh.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/ssh.nix b/user/settings/ssh.nix
index 38a47fad..c0a7016d 100644
--- a/user/settings/ssh.nix
+++ b/user/settings/ssh.nix
@@ -10,5 +10,8 @@
     controlPersist = "10m";
     hashKnownHosts = true;
     serverAliveInterval = 15;
+    includes = [
+      "local.ssh_config"
+    ];
   };
 }