SSH Store - Nix 2.34.9 Reference Manual
SSH Store
Store URL format: ssh://[username@]hostname[:port]
This store type allows limited access to a remote store on another machine via SSH.
Settings
base64-ssh-public-host-keyThe public host key of the remote machine. Default: emptycompressWhether to enable SSH compression. Default:falselog-fdfile descriptor to which SSH's stderr is connected Default:-1max-connectionsMaximum number of concurrent SSH connections. Default:1path-info-cache-sizeSize of the in-memory store path metadata cache. Default:65536priorityPriority of this store when used as a substituter. A lower value means a higher priority. Default:0remote-programPath to thenix-storeexecutable on the remote machine. Default:nix-storeremote-storeStore URL to be used on the remote machine. The default isauto(i.e. use the Nix daemon or/nix/storedirectly). Default: emptyssh-keyPath to the SSH private key used to authenticate to the remote machine. Default: emptystoreLogical location of the Nix store, usually/nix/store. Note that you can only copy store paths between stores if they have the samestoresetting. Default:/nix/storesystem-featuresOptional system features available on the system this store uses to build derivations. Example:"kvm"Default: machine-specifictrustedWhether paths from this store can be used as substitutes even if they are not signed by a key listed in thetrusted-public-keyssetting. Default:falsewant-mass-queryWhether this store can be queried efficiently for path validity when used as a substituter. Default:false