mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Fix SSHStore
This commit is contained in:
parent
b134546f08
commit
80f0b8d307
3 changed files with 6 additions and 3 deletions
|
@ -15,9 +15,6 @@ struct CommonSSHStoreConfig : virtual StoreConfig
|
|||
const Setting<bool> compress{(StoreConfig*) this, false, "compress",
|
||||
"Whether to enable SSH compression."};
|
||||
|
||||
const Setting<Path> remoteProgram{(StoreConfig*) this, "nix-store", "remote-program",
|
||||
"Path to the `nix-store` executable on the remote machine."};
|
||||
|
||||
const Setting<std::string> remoteStore{(StoreConfig*) this, "", "remote-store",
|
||||
R"(
|
||||
[Store URL](@docroot@/command-ref/new-cli/nix3-help-stores.md#store-url-format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue