diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-03-23 09:35:35 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2023-03-23 09:35:35 +0100 |
commit | 80f0b8d3070f346bb89bd0ab1a541940a7ceeec1 (patch) | |
tree | e61753cc3ddd83c89f5995125a047addce304e0c /src/libstore/ssh-store-config.hh | |
parent | b134546f08000ce80722fdc4de58ac5fd20865ed (diff) |
Fix SSHStore
Diffstat (limited to 'src/libstore/ssh-store-config.hh')
-rw-r--r-- | src/libstore/ssh-store-config.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/ssh-store-config.hh b/src/libstore/ssh-store-config.hh index 767fc5e05..c4232df34 100644 --- a/src/libstore/ssh-store-config.hh +++ b/src/libstore/ssh-store-config.hh @@ -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) |