Skip to content

Wasabibackend

services.wasabibackend.customConfigFile

Defines the path to a custom configuration file that is copied to the user's directory. Overrides any config options. Type: null or path

Default

null

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.dataDir

The data directory for the Wasabi backend node. Type: path

Default

"/var/lib/wasabibackend"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.enable

Whether to enable Wasabi backend service. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.endpoint.ip

IP address for P2P connection to bitcoind. Type: string

Default

"127.0.0.1"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.endpoint.port

Port for P2P connection to bitcoind. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

8333

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.group

The group as which to run the wasabibackend node. Type: string

Default

config.services.wasabibackend.user

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.network

The network to use for the Wasabi backend service. Type: one of "mainnet", "testnet", "regtest"

Default

"mainnet"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.rpc.ip

IP address for RPC connection to bitcoind. Type: string

Default

"127.0.0.1"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.rpc.password

RPC password for the bitcoin endpoint. Warning: this is stored in cleartext in the Nix store! Use configFile or passwordFile if needed. Type: string

Default

"password"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.rpc.passwordFile

File that contains the password of the RPC user. Type: null or path

Default

null

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.rpc.port

Port for RPC connection to bitcoind. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

8332

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.rpc.user

RPC user for the bitcoin endpoint. Type: string

Default

"bitcoin"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix

services.wasabibackend.user

The user as which to run the wasabibackend node. Type: string

Default

"wasabibackend"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/wasabibackend.nix