diff options
Diffstat (limited to 'options.md')
| -rw-r--r-- | options.md | 90 |
1 files changed, 90 insertions, 0 deletions
@@ -809,6 +809,96 @@ package +## environment\.hakurei\.sharefs\.package + + + +The sharefs package to use\. + + + +*Type:* +package + + + +*Default:* +` <derivation sharefs> ` + + + +## environment\.hakurei\.sharefs\.group + + + +Name of the group to run the sharefs daemon as\. + + + +*Type:* +string + + + +*Default:* +` "sharefs" ` + + + +## environment\.hakurei\.sharefs\.name + + + +Host path to mount sharefs on\. + + + +*Type:* +string + + + +*Default:* +` "/sdcard" ` + + + +## environment\.hakurei\.sharefs\.source + + + +Writable backing directory\. Setting this to null disables sharefs\. + + + +*Type:* +null or string + + + +*Default:* +` null ` + + + +## environment\.hakurei\.sharefs\.user + + + +Name of the user to run the sharefs daemon as\. + + + +*Type:* +string + + + +*Default:* +` "sharefs" ` + + + ## environment\.hakurei\.shell |
