Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.kbfs.enable

Whether to enable Keybase File System.

Type: boolean

Default:

false

Example:

true

Declared by:

services.kbfs.package

The kbfs package to use.

Type: package

Default:

pkgs.kbfs

Declared by:

services.kbfs.extraFlags

Additional flags to pass to the Keybase filesystem on launch.

Type: list of string

Default:

[ ]

Example:

[
  "-label kbfs"
  "-mount-type normal"
]

Declared by:

services.kbfs.mountPoint

Mount point for the Keybase filesystem, relative to HOME.

Type: string

Default:

"keybase"

Declared by: