MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/yazi/vfs.toml.

See https://yazi-rs.github.io/docs/configuration/vfs for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  services = {
    my-server = {
      host = "1.2.3.4";
      port = 22;
      type = "sftp";
      user = "root";
    };
  };
}