ssh server cipher set

On the SSH Server (/etc/ssh/sshd_config):                       
Ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
On the SSH Client (~/.ssh/config or /etc/ssh/ssh_config):       
Host remote-server
    Ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
What Takes Precedence?