Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::LegacySSHStoreConfig Struct Reference
Inheritance diagram for nix::LegacySSHStoreConfig:
[legend]
Collaboration diagram for nix::LegacySSHStoreConfig:
[legend]

Public Member Functions

const std::string name () override
 
std::string doc () override
 
- Public Member Functions inherited from nix::CommonSSHStoreConfig
 StoreConfig ()=delete
 
- Public Member Functions inherited from nix::StoreConfig
virtual std::optional< ExperimentalFeatureexperimentalFeature () const
 
 Config (StringMap initials={})
 
- Public Member Functions inherited from nix::Config
 Config (StringMap initials={})
 
bool set (const std::string &name, const std::string &value, const ApplyConfigOptions &options={}) override
 
void addSetting (AbstractSetting *setting)
 
void getSettings (std::map< std::string, SettingInfo > &res, bool overriddenOnly=false) override
 
void resetOverridden () override
 
JSON toJSON () override
 
void convertToArgs (Args &args, const std::string &category) override
 
- Public Member Functions inherited from nix::AbstractConfig
void applyConfig (const std::string &contents, const ApplyConfigOptions &options={})
 
void warnUnknownSettings ()
 
void reapplyUnknownSettings ()
 

Public Attributes

const Setting< PathremoteProgram
 
const Setting< int > maxConnections
 
- Public Attributes inherited from nix::CommonSSHStoreConfig
const Setting< std::optional< uint16_t > > port
 
const Setting< PathsshKey
 
const Setting< std::string > sshPublicHostKey
 
const Setting< bool > compress
 
const Setting< std::string > remoteStore
 
- Public Attributes inherited from nix::StoreConfig
const PathsSetting< PathstoreDir_
 
const Path storeDir = storeDir_
 
const Setting< int > pathInfoCacheSize
 
const Setting< bool > isTrusted
 
Setting< int > priority
 
Setting< bool > wantMassQuery
 
Setting< StringSet > systemFeatures
 

Additional Inherited Members

- Public Types inherited from nix::StoreConfig
typedef std::map< std::string, std::string > Params
 
- Public Types inherited from nix::Config
using Settings = std::map<std::string, SettingData>
 
- Static Public Member Functions inherited from nix::StoreConfig
static StringSet getDefaultSystemFeatures ()
 
- Protected Member Functions inherited from nix::AbstractConfig
 AbstractConfig (StringMap initials={})
 
- Protected Attributes inherited from nix::AbstractConfig
StringMap unknownSettings
 

Member Function Documentation

◆ doc()

std::string nix::LegacySSHStoreConfig::doc ( )
inlineoverridevirtual

Documentation for this type of store.

Reimplemented from nix::StoreConfig.

◆ name()

const std::string nix::LegacySSHStoreConfig::name ( )
inlineoverridevirtual

The name of this type of store.

Implements nix::StoreConfig.

Member Data Documentation

◆ maxConnections

const Setting<int> nix::LegacySSHStoreConfig::maxConnections
Initial value:
{this, 1, "max-connections",
"Maximum number of concurrent SSH connections."}

◆ remoteProgram

const Setting<Path> nix::LegacySSHStoreConfig::remoteProgram
Initial value:
{this, "nix-store", "remote-program",
"Path to the `nix-store` executable on the remote machine."}

The documentation for this struct was generated from the following file: