diff --git a/configuration.nix b/configuration.nix index 4b25967..e33f4e8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -50,8 +50,8 @@ in openFirewall = false; }; programs.ssh = { - pubkeyAcceptedKeyTypes = [ "ssh-ed25519" ]; - hostKeyAlgorithms = [ "ssh-ed25519" ]; + pubkeyAcceptedKeyTypes = [ "ssh-ed25519" "ssh-rsa" ]; + hostKeyAlgorithms = [ "ssh-ed25519" "ssh-rsa" ]; }; environment.systemPackages = with pkgs; [ git