|
|
typedef std::map< std::string, std::string > | Params |
|
using | Settings = std::map<std::string, SettingData> |
|
static StringSet | getDefaultSystemFeatures () |
|
| AbstractConfig (StringMap initials={}) |
|
StringMap | unknownSettings |
◆ compress
| const Setting<bool> nix::CommonSSHStoreConfig::compress |
Initial value:{this, false, "compress",
"Whether to enable SSH compression."}
◆ port
| const Setting<std::optional<uint16_t> > nix::CommonSSHStoreConfig::port |
Initial value:{this, std::nullopt, "port",
"Port that should be used instead of the default on the remote machine."}
◆ remoteStore
| const Setting<std::string> nix::CommonSSHStoreConfig::remoteStore |
Initial value:{this, "", "remote-store",
R"(
[Store URL](@docroot@/command-ref/new-cli/nix3-help-stores.md#store-url-format)
to be used on the remote machine. The default is `auto`
(i.e. use the Nix daemon or `/nix/store` directly).
)"}
◆ sshKey
Initial value:{this, "", "ssh-key",
"Path to the SSH private key used to authenticate to the remote machine."}
◆ sshPublicHostKey
| const Setting<std::string> nix::CommonSSHStoreConfig::sshPublicHostKey |
Initial value:{this, "", "base64-ssh-public-host-key",
"The public host key of the remote machine."}
The documentation for this struct was generated from the following file: