diff --git a/modules/home/tools/ssh/default.nix b/modules/home/tools/ssh/default.nix index 9c71e6e..03ff06c 100644 --- a/modules/home/tools/ssh/default.nix +++ b/modules/home/tools/ssh/default.nix @@ -18,10 +18,6 @@ in home.packages = with pkgs; [ mosh ]; programs.ssh = { enable = true; - extraConfig = '' - Host * - HostKeyAlgorithms +ssh-rsa - ''; }; }; }