Skip to content

services.ogmios

services.ogmios.enable

Whether to enable Ogmios bridge interface for cardano-node.

Type: boolean

Default: false

Example: true

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix

services.ogmios.package

Ogmios package

Type: package

Default: null

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix

services.ogmios.extraArgs

Extra arguments to ogmios command.

Type: list of string

Default: [ ]

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix

services.ogmios.group

Group to run Ogmios service as.

Type: string

Default: "ogmios"

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix

services.ogmios.host

Host address or name to listen on.

Type: string

Default: "127.0.0.1"

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix

services.ogmios.nodeConfigPath

Path to cardano-node config.json file. Required.

Type: path

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix

services.ogmios.nodeSocketPath

Path to cardano-node IPC socket.

Type: path

Default: "/run/cardano-node/node.socket"

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix

services.ogmios.port

TCP port to listen on.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default: 1337

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix

services.ogmios.user

User to run Ogmios service as.

Type: string

Default: "ogmios"

Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/ogmios.nix