MyNixOS website logo
option

services.komodo-periphery.configFile

Path to the periphery configuration file. If null, a configuration file will be generated from the module options.

Declarations
Type
null or absolute path
Default
null
Example
pkgs.writeText "periphery.toml" ''
  port = 8120
  bind_ip = "[::]"
  ssl_enabled = true
  [logging]
  level = "info"
''