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

programs.radicle.enable

Whether to enable Radicle.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.radicle.cli.package

The radicle-node package to use.

Type: package

Default:

pkgs.radicle-node

Declared by:

programs.radicle.settings

Radicle configuration, written to `~/.radicle/config.json.

Type: open submodule of (JSON value)

Default:

{ }

Declared by:

programs.radicle.settings.node.alias

Human readable alias for your node.

When running ‘rad auth’ for the first time, you need to use the exact same alias, otherwise ‘rad auth’ will fail because it cannot write the configuration file in your home directory (which is generated by nix).

Type: string

Default:

config.home.username

Declared by:

programs.radicle.settings.node.listen

Addresses to bind to and listen for inbound connections.

Type: list of string

Default:

[ ]

Example:

[
  "127.0.0.1:58776"
]

Declared by:

programs.radicle.settings.publicExplorer

HTTPS URL pattern used to generate links to view content on Radicle via the browser.

Type: string

Default:

"https://app.radicle.xyz/nodes/$host/$rid$path"

Example:

"https://radicle.example.com/nodes/seed.example.com/$rid$path"

Declared by:

programs.radicle.uri.rad.browser.enable

Whether to enable rad:-URI handling by web browser

Type: unspecified value

Default:

"`true` if a suitable public explorer is detected."

Example:

false

Declared by:

programs.radicle.uri.rad.browser.preferredNode

The hostname of an instance of radicle-node, reachable via HTTPS.

Type: string

Default:

"iris.radicle.xyz"

Example:

"radicle-node.example.com"

Declared by:

programs.radicle.uri.rad.vscode.enable

Whether to enable rad:-URI handling by VSCode.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.radicle.uri.rad.vscode.extension

The unique identifier of the VSCode extension that should handle rad:-URIs.

Type: string

Default:

"radicle-ide-plugins-team.radicle"

Declared by:

programs.radicle.uri.web-rad.enable

Whether to enable web+rad:-URI handling by web browser.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.radicle.uri.web-rad.browser

Name of the XDG Desktop Entry for your browser. LibreWolf, Firefox and Chromium configured via home-manager will be detected automatically. The value of this option should likely be the same as the output of xdg-mime query default x-scheme-handler/https.

Type: null or string

Default:

"Automatically detected browser."

Example:

"brave.desktop"

Declared by: