  (set-irc-server! "irc.libera.chat"
    `(:tls t
      :port 6697
      :nick "d3falt"
      :sasl-username "d3falt"
      ;; This calls the function above to get the password securely
      :sasl-password (lambda (&rest _) (my-fetch-password :host "irc.libera.chat" :user "D3F4LT_micael"))
      :channels ("#rust" "#zig" "#emacs"))))