mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
Fix SSHStore
This commit is contained in:
parent
b134546f08
commit
80f0b8d307
3 changed files with 6 additions and 3 deletions
|
@ -17,6 +17,9 @@ struct LegacySSHStoreConfig : virtual CommonSSHStoreConfig
|
|||
{
|
||||
using CommonSSHStoreConfig::CommonSSHStoreConfig;
|
||||
|
||||
const Setting<Path> remoteProgram{(StoreConfig*) this, "nix-store", "remote-program",
|
||||
"Path to the `nix-store` executable on the remote machine."};
|
||||
|
||||
const Setting<int> maxConnections{(StoreConfig*) this, 1, "max-connections",
|
||||
"Maximum number of concurrent SSH connections."};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue