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; }; }