From 1e85635e8992a75a1af888c346387a0295db8cda Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 15 Oct 2025 22:22:05 -0400 Subject: [PATCH] updating ssh configs --- users/dov/home/ssh_config.nix | 1 + users/math/home/ssh_config.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/users/dov/home/ssh_config.nix b/users/dov/home/ssh_config.nix index 929cc51..8b9aa69 100644 --- a/users/dov/home/ssh_config.nix +++ b/users/dov/home/ssh_config.nix @@ -1,5 +1,6 @@ { programs.ssh = { enable = true; + enableDefaultConfig = false; }; } diff --git a/users/math/home/ssh_config.nix b/users/math/home/ssh_config.nix index 929cc51..8b9aa69 100644 --- a/users/math/home/ssh_config.nix +++ b/users/math/home/ssh_config.nix @@ -1,5 +1,6 @@ { programs.ssh = { enable = true; + enableDefaultConfig = false; }; }