Experimental SSH Store
Store URL format: ssh-ng://[username@]hostname[:port]
Experimental store type that allows full access to a Nix store on a remote machine.
Settings
- 
The public host key of the remote machine. Default: empty 
- 
Whether to enable SSH compression. Default: false
- 
Maximum age of a connection before it is closed. Default: 4294967295
- 
Maximum number of concurrent connections to the Nix daemon. Default: 1
- 
Size of the in-memory store path metadata cache. Default: 65536
- 
Priority of this store when used as a substituter. A lower value means a higher priority. Default: 0
- 
Path to the nix-daemonexecutable on the remote machine.Default: nix-daemon
- 
Store URL to be used on the remote machine. The default is auto(i.e. use the Nix daemon or/nix/storedirectly).Default: empty 
- 
Path to the SSH private key used to authenticate to the remote machine. Default: empty 
- 
Logical 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/store
- 
Optional system features available on the system this store uses to build derivations. Example: "kvm"Default: machine-specific 
- 
Whether paths from this store can be used as substitutes even if they are not signed by a key listed in the trusted-public-keyssetting.Default: false
- 
Whether this store can be queried efficiently for path validity when used as a substituter. Default: false