Collision between `ssh`

Today I updated my flake and got the following error during switching

       > error: collision between `/nix/store/xpx6ab4pg1d8fcspgb49ryc981ga5835-ssh/bin/ssh' and `/nix/store/s1xnsm86dy195fr4i4n984ivakrvjv9d-openssh-9.3p1/bin/ssh'

Can anyone point me in the right direction to solve this?

home-manager recently started to include an ssh client when programs.ssh is enabled. If you had a custom ssh executable in your config this will lead to conflicts such as the one you posted.