aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/ssh-store-config.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-03-23 09:35:35 +0100
committerEelco Dolstra <edolstra@gmail.com>2023-03-23 09:35:35 +0100
commit80f0b8d3070f346bb89bd0ab1a541940a7ceeec1 (patch)
treee61753cc3ddd83c89f5995125a047addce304e0c /src/libstore/ssh-store-config.hh
parentb134546f08000ce80722fdc4de58ac5fd20865ed (diff)
Fix SSHStore
Diffstat (limited to 'src/libstore/ssh-store-config.hh')
-rw-r--r--src/libstore/ssh-store-config.hh3
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)