diff options
Diffstat (limited to 'src/libstore/ssh-store.md')
-rw-r--r-- | src/libstore/ssh-store.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libstore/ssh-store.md b/src/libstore/ssh-store.md new file mode 100644 index 000000000..881537e71 --- /dev/null +++ b/src/libstore/ssh-store.md @@ -0,0 +1,8 @@ +R"( + +**Store URL format**: `ssh-ng://[username@]hostname` + +Experimental store type that allows full access to a Nix store on a +remote machine. + +)" |